forked from orbit-oss/flask
update min dependencies
This commit is contained in:
parent
39e7208366
commit
8f37c82f61
5 changed files with 13 additions and 11 deletions
|
|
@ -21,12 +21,12 @@ classifiers = [
|
|||
]
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"Werkzeug>=3.0.0",
|
||||
"Werkzeug>=3.1",
|
||||
"Jinja2>=3.1.2",
|
||||
"itsdangerous>=2.1.2",
|
||||
"itsdangerous>=2.2",
|
||||
"click>=8.1.3",
|
||||
"blinker>=1.6.2",
|
||||
"importlib-metadata>=3.6.0; python_version < '3.10'",
|
||||
"blinker>=1.8",
|
||||
"importlib-metadata>=3.6; python_version < '3.10'",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue