Now require sqlalchemy >= 0.7.0
This commit is contained in:
parent
c4869eff40
commit
2a376ae77f
2
setup.py
2
setup.py
@ -60,7 +60,7 @@ setup(
|
|||||||
'webtest',
|
'webtest',
|
||||||
'ConfigObj',
|
'ConfigObj',
|
||||||
'Markdown',
|
'Markdown',
|
||||||
'sqlalchemy',
|
'sqlalchemy>=0.7.0',
|
||||||
'sqlalchemy-migrate',
|
'sqlalchemy-migrate',
|
||||||
## For now we're expecting that users will install this from
|
## For now we're expecting that users will install this from
|
||||||
## their package managers.
|
## their package managers.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user