From b19491c535332243b88ba541e31c0469b9608f25 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 3 Apr 2014 14:20:44 -0500 Subject: [PATCH] specify older sqlalchemy-migrate because pbr ruins everything. --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b55a1c40..59f0ab8f 100644 --- 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', -- 2.25.1