mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [dep] Pinning flask to < 3.0 due to Werkzeug 3.0 issues: https://stackoverflow.com/a/77215455
This commit is contained in:
parent
fee3332edb
commit
fb4a74b45a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue