Skip to content

Commit

Permalink
Merge pull request buildbot#37 from Unity-Technologies/staging
Browse files Browse the repository at this point in the history
Simplify requirement for sqlalchemy-migrate
  • Loading branch information
mariangemarcano committed Mar 17, 2015
2 parents 5288f6a + 5a80cd9 commit d57042a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def make_release_tree(self, base_dir, files):
'sqlalchemy >= 0.6, <= 0.7.10',
# 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',
'sqlalchemy-migrate ==0.7.2',
'python-dateutil==1.5',
]
setup_args['tests_require'] = [
Expand Down

0 comments on commit d57042a

Please sign in to comment.