Depend on SQLAlchemy >= 0.5 at runtime and nose for setup

This commit is contained in:
jan.dittberner 2009-01-06 21:44:27 +00:00
parent 05819a6f70
commit f1039d3f85

View File

@ -19,11 +19,8 @@ Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with datab
Migrate extends SQLAlchemy to have database changeset handling. It provides a database change repository mechanism which can be used from the command line as well as from inside python code.
""",
install_requires = ['sqlalchemy >= 0.4'],
setup_requires = [],
dependency_links = [
"http://codespeak.net/download/py/",
],
install_requires = ['sqlalchemy >= 0.5'],
setup_requires = ['nose >= 0.10'],
author = "Evan Rosson",
author_email = "evan.rosson@gmail.com",