Skip to content

Commit

Permalink
Fix SQLAlchemy version
Browse files Browse the repository at this point in the history
  • Loading branch information
ybenitezf committed Mar 15, 2021
1 parent 9ae07fe commit d62c1c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def read(fname):
],
install_requires=[
'wheel',
'SQLAlchemy<1.4',
'Flask-Migrate',
'Flask-SQLAlchemy',
'Flask-Login',
Expand Down

0 comments on commit d62c1c7

Please sign in to comment.