Skip to content

Commit

Permalink
simplify sqlalchemy requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sobolev committed Dec 16, 2014
1 parent 393a154 commit 3ce5940
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions master/setup.py
Expand Up @@ -378,9 +378,9 @@ def define_plugin_entries(groups):
setup_args['install_requires'] += [
# sqlalchemy-0.8 betas show issues with sqlalchemy-0.7.2, so stick to 0.7.10
'sqlalchemy >= 0.6, <= 0.7.10',
# buildbot depends on sqlalchemy internals, and these are the tested
# versions.
'sqlalchemy-migrate ==0.7.0, ==0.7.1, ==0.7.2',
# buildbot depends on sqlalchemy internals, and this is the tested
# version.
'sqlalchemy-migrate==0.7.2',
'python-dateutil==1.5',
]

Expand Down

0 comments on commit 3ce5940

Please sign in to comment.