Fix werkzeug 2.1.0 breaking flask-login with deprecated feature removal

This commit is contained in:
Xevion
2022-03-28 16:56:55 -05:00
parent 28a9dd4a76
commit 7753ef4488
2 changed files with 45 additions and 12 deletions

View File

@@ -7,6 +7,7 @@ name = "pypi"
python-dotenv = "*"
flask = "*"
flask-login = "*"
werkzeug = "<=2.0.3"
flask-sqlalchemy = "*"
pytz = "*"
faker = "*"