Skip to content

Commit

Permalink
#228 Updated python version in .travis.yml and added itsdangerous==2.…
Browse files Browse the repository at this point in the history
…0.1 to requirements.txt, as it is required by Flask and MarkupSafe.
  • Loading branch information
Omar Martínez committed Apr 27, 2022
1 parent 0db818c commit fab7952
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ python:
- '3.7'
- '3.8'
- '3.9'
- '3.10'

env:
- DOCKER_COMPOSE_VERSION=1.27.3
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ zipp==1.2.0
MarkupSafe==1.1.1
pyrsistent==0.16.0
tenacity==6.2.0
itsdangerous==2.0.1

0 comments on commit fab7952

Please sign in to comment.