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:
parent
cc483e1877
commit
2d545de5bf
2 changed files with 34 additions and 11 deletions
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue