We now require sqlalchemy and sqlalchemy-migrate
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 19 Feb 2012 21:30:38 +0000 (15:30 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 19 Feb 2012 21:30:38 +0000 (15:30 -0600)
setup.py

index 9dd8964ab1342c6cc80fe3be6464968fd0f94437..1c7caf96fed34d28bbf81b0d47890ba18d6264b9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -62,6 +62,8 @@ setup(
         'webtest',
         'ConfigObj',
         'Markdown',
+        'sqlalchemy',
+        'sqlalchemy-migrate',
         ## For now we're expecting that users will install this from
         ## their package managers.
         # 'lxml',