diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -91,7 +91,8 @@ Any other spelling is incorrect.""", # Third-party requirements. install_requires = [ 'Elixir', - 'SQLAlchemy>=0.3.10', + 'SQLAlchemy', + 'locknix', 'munepy', 'wsgiref', 'zope.interface', |
