projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a0778b
)
specify older sqlalchemy-migrate because pbr ruins everything.
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Thu, 3 Apr 2014 19:20:44 +0000
(14:20 -0500)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Thu, 3 Apr 2014 19:20:44 +0000
(14:20 -0500)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/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',