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

SQLAlchemy 1.4 support

This commit is contained in:
Parnassius 2021-12-11 01:37:10 +01:00
parent cc483e1877
commit 2d545de5bf
2 changed files with 34 additions and 11 deletions

View file

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