Skip to content

Commit

Permalink
Make sqlalchemy version explicit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Nov 18, 2013
1 parent fe3484d commit 68e3f58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
__requires__ = 'SQLAlchemy>=0.7.0'

import os
import sys

Expand All @@ -17,7 +19,7 @@
'pastedeploy',
'pygments',
'simplejson',
'SQLAlchemy',
'SQLAlchemy>=0.7.0',
'zope.sqlalchemy',
'alembic'
]
Expand Down

0 comments on commit 68e3f58

Please sign in to comment.