Merge pull request #183 from SteveClement/flask_fix

fix: [dep] Pinning flask to < 3.0 due to Werkzeug 3.0 issues
This commit is contained in:
Thirion Aurélien 2023-10-03 12:09:29 +02:00 committed by GitHub
commit fa6c50c164
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ pylibinjection>=0.2.4
phonenumbers>8.12.1
# Web
flask>=1.1.4
flask==2.3.3
flask-login
bcrypt>3.1.6