projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4869ef
)
Now require sqlalchemy >= 0.7.0
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Mon, 11 Jun 2012 12:30:42 +0000
(07:30 -0500)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Mon, 11 Jun 2012 12:30:42 +0000
(07:30 -0500)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index 37f2e19fdb5e409deec59a5d79fa5ae4ae9f9f16..5d74cfac2f67b91db9f552c2471f75139143098c 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-60,7
+60,7
@@
setup(
'webtest',
'ConfigObj',
'Markdown',
- 'sqlalchemy',
+ 'sqlalchemy
>=0.7.0
',
'sqlalchemy-migrate',
## For now we're expecting that users will install this from
## their package managers.