Require SQLAlchemy <1.4

Temporary fix for #330
This commit is contained in:
Andrew Ekstedt 2021-03-18 20:52:14 -07:00
parent e9bc81707e
commit 5c87154d4c
1 changed files with 1 additions and 1 deletions

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',