Skip to content

Commit

Permalink
Flask-SQLAlchemy now fixed for SQLAlchemy 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
failys committed Mar 19, 2021
1 parent 16cca70 commit 96978a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Flask-Mail>=0.9.1
mako>=1.0.4
lxml>=3.6.4
openpyxl>=2.4.0
SQLAlchemy==1.3.20
SQLAlchemy>=1.4.1
bcrypt>=3.1.6
python-magic>=0.4.15
email_validator>=1.0.5
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Flask-Mail>=0.9.1
mako>=1.0.4
lxml>=3.6.4
openpyxl>=2.4.0
SQLAlchemy==1.3.20
SQLAlchemy>=1.4.1
bcrypt>=3.1.6
python-magic>=0.4.15
xlsxwriter>=1.2.7
Expand Down
2 changes: 1 addition & 1 deletion travis_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Flask-Mail>=0.9.1
mako>=1.0.4
lxml>=3.6.4
openpyxl>=2.4.0
SQLAlchemy==1.3.20
SQLAlchemy>=1.4.1
bcrypt>=3.1.6
python-magic>=0.4.15
xlsxwriter>=1.2.7

0 comments on commit 96978a9

Please sign in to comment.