Pinning werkzeug to v2

Thanks for the hint in #78
This commit is contained in:
2024-08-22 11:46:27 +02:00
parent 82d908193c
commit c15faabd6d
2 changed files with 6 additions and 68 deletions

View File

@ -18,6 +18,7 @@ pyyaml = "==6.0.2"
flask-cors = "==3.0.10"
ldap3 = "==2.9.1"
pymysql = "==1.0.3"
werkzeug = "==2.3.7"
[dev-packages]
flake8 = "==3.9.2"