diff options
| author | Michael Grote | 2023-10-03 18:03:18 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-10-03 18:03:18 +0200 |
| commit | e6dceb6ddc92a946844833c10b31ea02c077b586 (patch) | |
| tree | 5284741a2851bb46d1bb70f31db8cb89ef5d0dad /requirements.txt | |
| parent | ae6275331efcd70d8a36834b9f1d1453c104a781 (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.txt | 1 |
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 |