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

Require SQLAlchemy <1.4

Temporary fix for 
This commit is contained in:
Andrew Ekstedt 2021-03-18 20:52:14 -07:00
parent e9bc81707e
commit 5c87154d4c

View file

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