forked from orbit-oss/flask
update minimum requirements
This commit is contained in:
parent
73739a29f4
commit
79ebf6c39c
5 changed files with 16 additions and 14 deletions
|
|
@ -20,10 +20,10 @@ classifiers = [
|
|||
]
|
||||
requires-python = ">=3.8"
|
||||
dependencies = [
|
||||
"Werkzeug>=2.2.2",
|
||||
"Jinja2>=3.0",
|
||||
"itsdangerous>=2.0",
|
||||
"click>=8.0",
|
||||
"Werkzeug>=2.3.0",
|
||||
"Jinja2>=3.1.2",
|
||||
"itsdangerous>=2.1.2",
|
||||
"click>=8.1.3",
|
||||
"blinker>=1.6.2",
|
||||
"importlib-metadata>=3.6.0; python_version < '3.10'",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue