From f7c4a2c2df0950097d08702d1d16d4ad7494ab01 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 25 Jun 2010 12:58:34 -0500 Subject: [PATCH] bumped sqlalchemy requirement It's been discovered that SQLAlchemy 0.5.2 won't work; some problem with joining the sales log tables. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eb6ec34..c3b5602 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ specific version of this database, that version being 7.5.1. packages = find_packages(), install_requires = [ - 'SQLAlchemy', + 'SQLAlchemy>0.5.2', ], entry_points = {