We now require sqlalchemy and sqlalchemy-migrate
This commit is contained in:
parent
d2506eebb4
commit
99812bbc4a
2
setup.py
2
setup.py
@ -62,6 +62,8 @@ setup(
|
|||||||
'webtest',
|
'webtest',
|
||||||
'ConfigObj',
|
'ConfigObj',
|
||||||
'Markdown',
|
'Markdown',
|
||||||
|
'sqlalchemy',
|
||||||
|
'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.
|
||||||
# 'lxml',
|
# 'lxml',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user