aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorMichael Grote2023-10-03 18:03:18 +0200
committerMichael Grote2023-10-03 18:03:18 +0200
commite6dceb6ddc92a946844833c10b31ea02c077b586 (patch)
tree5284741a2851bb46d1bb70f31db8cb89ef5d0dad /requirements.txt
parentae6275331efcd70d8a36834b9f1d1453c104a781 (diff)
set Werktzeug Version explicit (https://stackoverflow.com/questions/77213053/importerror-cannot-import-name-url-quote-from-werkzeug-urls)
Signed-off-by: Michael Grote <michael.grote@posteo.de>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 302e5d4..70cea45 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,3 +3,4 @@ Flask-Cors==3.0.10
gunicorn
requests
flasgger
+Werkzeug==2.2.2