Skip to content

Commit

Permalink
Require SQLAlchemy <1.4
Browse files Browse the repository at this point in the history
Temporary fix for #330
  • Loading branch information
magical committed Mar 19, 2021
1 parent e9bc817 commit 5c87154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'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',
Expand Down

0 comments on commit 5c87154

Please sign in to comment.