bumped sqlalchemy requirement

It's been discovered that SQLAlchemy 0.5.2 won't work; some problem with joining the sales log tables.
This commit is contained in:
Lance Edgar 2010-06-25 12:58:34 -05:00
parent 2fd3f190af
commit f7c4a2c2df

View file

@ -66,7 +66,7 @@ specific version of this database, that version being 7.5.1.
packages = find_packages(), packages = find_packages(),
install_requires = [ install_requires = [
'SQLAlchemy', 'SQLAlchemy>0.5.2',
], ],
entry_points = { entry_points = {