mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Bump required SQLA to 0.6.
This commit is contained in:
parent
409b16e8ee
commit
00ac500da8
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ setup(
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'docutils',
|
'docutils',
|
||||||
'SQLAlchemy>=0.5.1',
|
'SQLAlchemy>=0.6',
|
||||||
'whoosh>=0.3.0b24',
|
'whoosh>=0.3.0b24',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue