-
- Downloads
Enforce use of Werkzeug 2.3 until flask-login is fixed
... | @@ -30,3 +30,6 @@ types-click~=7.1 | ... | @@ -30,3 +30,6 @@ types-click~=7.1 |
sentry-sdk[flask]~=1.23 | sentry-sdk[flask]~=1.23 | ||
python-dotenv~=1.0 | python-dotenv~=1.0 | ||
# 2023-10-05 temporary fix for flask-login breaking with werkzeug 3.0 | |||
werkzeug~=2.3 |
Please register or sign in to comment