Now require sqlalchemy >= 0.7.0
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 11 Jun 2012 12:30:42 +0000 (07:30 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 11 Jun 2012 12:30:42 +0000 (07:30 -0500)
setup.py

index 37f2e19fdb5e409deec59a5d79fa5ae4ae9f9f16..5d74cfac2f67b91db9f552c2471f75139143098c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -60,7 +60,7 @@ setup(
         'webtest',
         'ConfigObj',
         'Markdown',
-        'sqlalchemy',
+        'sqlalchemy>=0.7.0',
         'sqlalchemy-migrate',
         ## For now we're expecting that users will install this from
         ## their package managers.