lock werkzeug version to <3 to avoid compatability issue

This commit is contained in:
Luong Vo 2023-10-02 12:46:29 +07:00
parent a6007373b5
commit 4c613112db
No known key found for this signature in database
GPG key ID: 0E5CF98D50B145D0

View file

@ -19,7 +19,7 @@ classifiers = [
] ]
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
"Werkzeug>=2.3.7", "Werkzeug>=2.3.7, <3.0",
"Jinja2>=3.1.2", "Jinja2>=3.1.2",
"itsdangerous>=2.1.2", "itsdangerous>=2.1.2",
"click>=8.1.3", "click>=8.1.3",