mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
parent
e9bc81707e
commit
5c87154d4c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ setup(
|
||||||
'pokedex': ['data/csv/*.csv']
|
'pokedex': ['data/csv/*.csv']
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'SQLAlchemy>=1.0,<2.0',
|
'SQLAlchemy>=1.0,<1.4',
|
||||||
'whoosh>=2.5,<2.7',
|
'whoosh>=2.5,<2.7',
|
||||||
'markdown==2.4.1',
|
'markdown==2.4.1',
|
||||||
'construct==2.5.3',
|
'construct==2.5.3',
|
||||||
|
|
Loading…
Reference in a new issue