Skip to content

Commit

Permalink
Merge pull request #3 from fccn/igobranco/fix/werkzeug
Browse files Browse the repository at this point in the history
fix: use specific version of werkzeug
  • Loading branch information
igobranco authored Dec 4, 2023
2 parents af06ade + 9c4d5e1 commit 56ddc37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ boto3==1.26.37
PyPDF2==1.28.6
endesive==2.0.13
pyOpenSSL==22.1.0
cryptography==38.0.4
cryptography==38.0.4
# Flask doesn't specify the dependency correctly, the new version of Werkzeug
# isn't compatible with older version of Flask
Werkzeug==2.2.2

0 comments on commit 56ddc37

Please sign in to comment.