lock werkzeug version to <3 to avoid compatability issue
This commit is contained in:
parent
a6007373b5
commit
4c613112db
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue