mirror of https://github.com/CIRCL/AIL-framework
fix: [dep] Pinning flask to < 3.0 due to Werkzeug 3.0 issues: https://stackoverflow.com/a/77215455
parent
fee3332edb
commit
fb4a74b45a
|
@ -67,7 +67,7 @@ pylibinjection>=0.2.4
|
||||||
phonenumbers>8.12.1
|
phonenumbers>8.12.1
|
||||||
|
|
||||||
# Web
|
# Web
|
||||||
flask>=1.1.4
|
flask==2.3.3
|
||||||
flask-login
|
flask-login
|
||||||
bcrypt>3.1.6
|
bcrypt>3.1.6
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue