increase required versions of dependencies
This commit is contained in:
parent
f623c3d500
commit
f832a1615d
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -12,8 +12,8 @@ setup(
|
||||||
author='Jan Dittberner',
|
author='Jan Dittberner',
|
||||||
author_email='jan@dittberner.info',
|
author_email='jan@dittberner.info',
|
||||||
url='http://www.dittberner.info/projects/pyalchemybiz',
|
url='http://www.dittberner.info/projects/pyalchemybiz',
|
||||||
install_requires=["Pylons>=0.9.6.2", "SQLAlchemy>=0.4.7",
|
install_requires=["Pylons>=0.9.7", "SQLAlchemy>=0.5.2",
|
||||||
"sqlalchemy-migrate>=0.4.5"],
|
"sqlalchemy-migrate>=0.5.2"],
|
||||||
packages=find_packages(exclude=['ez_setup']),
|
packages=find_packages(exclude=['ez_setup']),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
test_suite='nose.collector',
|
test_suite='nose.collector',
|
||||||
|
|
Loading…
Reference in a new issue