Skip to content

Commit

Permalink
Use SQLalchemy 1.3.20 for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
failys committed Nov 4, 2020
1 parent 88fae47 commit ca1c289
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
python:
- '3.8'
dist: focal
sudo: required
services:
- mysql
addons:
Expand Down
2 changes: 1 addition & 1 deletion travis_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Flask-OAuthlib>=0.9.3
mako>=1.0.4
lxml>=3.6.4
openpyxl>=2.4.0
SQLAlchemy>=1.2.0b3
SQLAlchemy==1.3.20
bcrypt>=3.1.6
python-magic>=0.4.15
xlsxwriter>=1.2.7

0 comments on commit ca1c289

Please sign in to comment.