-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#228 Updated python version in .travis.yml and added itsdangerous==2.…
…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
Showing
2 changed files
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ python: | |
- '3.7' | ||
- '3.8' | ||
- '3.9' | ||
- '3.10' | ||
|
||
env: | ||
- DOCKER_COMPOSE_VERSION=1.27.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ zipp==1.2.0 | |
MarkupSafe==1.1.1 | ||
pyrsistent==0.16.0 | ||
tenacity==6.2.0 | ||
itsdangerous==2.0.1 |