aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-06-11 07:30:42 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-06-11 07:30:42 -0500
commit2a376ae77ff6dc6b5b6291e85f7fc6c6fda15b44 (patch)
tree108e9b55595fba565d36e269a682641b265968e3 /setup.py
parentc4869eff408116d9082c6b0536980d3aa71c1172 (diff)
downloadmediagoblin-2a376ae77ff6dc6b5b6291e85f7fc6c6fda15b44.tar.lz
mediagoblin-2a376ae77ff6dc6b5b6291e85f7fc6c6fda15b44.tar.xz
mediagoblin-2a376ae77ff6dc6b5b6291e85f7fc6c6fda15b44.zip
Now require sqlalchemy >= 0.7.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 37f2e19f..5d74cfac 100644
--- 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.