specify older sqlalchemy-migrate because pbr ruins everything.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 3 Apr 2014 19:20:44 +0000 (14:20 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 3 Apr 2014 19:20:44 +0000 (14:20 -0500)
setup.py

index b55a1c409eed6d3a71bbecf00e4a776ea07be5c8..59f0ab8ff796c7d2a7d6b8a59beea9581bb2ca74 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,10 @@ try:
         'ConfigObj',
         'Markdown',
         'sqlalchemy<0.9.0, >0.8.0',
-        'sqlalchemy-migrate',
+        # newer sqlalchemy-migrate requires pbr which BREAKS EVERYTHING AND IS
+        #  TERRIBLE AND IS THE END OF ALL THINGS
+        #  I'd love to remove this restriction.
+        'sqlalchemy-migrate<0.8',
         'mock',
         'itsdangerous',
         'pytz',