1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Changed install requirement for SQLAlchemy.

This would fix issue .
This commit is contained in:
rluzuriaga 2020-03-30 11:56:06 -07:00
parent e5c18c4109
commit 8fcca1f850

View file

@ -9,7 +9,7 @@ setup(
'pokedex': ['data/csv/*.csv']
},
install_requires=[
'SQLAlchemy>=1.0,<2.0',
'SQLAlchemy==1.2.5',
'whoosh>=2.5,<2.7',
'markdown==2.4.1',
'construct==2.5.3',