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