projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c6646a
)
sqlalchemy-migrate 0.8.X doesn't get along with sqlalchemy 0.9.0
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Wed, 1 Jan 2014 22:42:04 +0000
(16:42 -0600)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Wed, 1 Jan 2014 22:42:04 +0000
(16:42 -0600)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index 420d90ab6a398674f359f42e4699b95dd396d002..a5b52f18c71174bf1431f688d9706df9440e324a 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-58,7
+58,7
@@
try:
'webtest<2',
'ConfigObj',
'Markdown',
- 'sqlalchemy
>=0.8
.0',
+ 'sqlalchemy
<0.9
.0',
'sqlalchemy-migrate',
'mock',
'itsdangerous',