Skip to content

Commit

Permalink
don't run sqlalchemy betas, either
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche authored and tomprince committed Dec 30, 2012
1 parent f65f8a9 commit f17e530
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion master/setup.py
Expand Up @@ -189,7 +189,9 @@ def make_release_tree(self, base_dir, files):
setup_args['install_requires'] = [
'twisted >= 9.0.0',
'Jinja2 >= 2.1',
'sqlalchemy >= 0.6, < 0.8',
# sqlalchemy-0.8 betas show issues with sqlalchemy-0.7.2, so
# stick to 0.7.9
'sqlalchemy >= 0.6, <= 0.7.9',
# buildbot depends on sqlalchemy internals, and these are the tested
# versions.
'sqlalchemy-migrate ==0.6.1, ==0.7.0, ==0.7.1, ==0.7.2',
Expand Down

0 comments on commit f17e530

Please sign in to comment.