From 14384e5984830f007d49429836142c7ecc5dda73 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 28 Feb 2010 01:43:08 -0500 Subject: [PATCH] We're using SQLAlchemy-0.5-isms. So let's actually depend on that. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 496ef73..a20a65f 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( ], install_requires=["Pylons>=0.9.6", "WebHelpers==0.6.4", - "SQLAlchemy>=0.4.1", + "SQLAlchemy>=0.5", "AuthKit>=0.4.0", "FormEncode>=1.2.1", "mailer>=0.5"], -- 2.45.2