diff options
| author | jan.dittberner <unknown> | 2009-01-06 21:44:27 +0000 |
|---|---|---|
| committer | jan.dittberner <unknown> | 2009-01-06 21:44:27 +0000 |
| commit | f1039d3f858167d0ee72fa8a6a1b5dcc31088b38 (patch) | |
| tree | 22f73d477c2b4202ff7ed4a33df2af959e606012 /setup.py | |
| parent | 05819a6f70fbb508cb3856808c9ae1132a356f24 (diff) | |
| download | sqlalchemy-migrate-f1039d3f858167d0ee72fa8a6a1b5dcc31088b38.tar.gz | |
Depend on SQLAlchemy >= 0.5 at runtime and nose for setup
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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", |
