forked from orbit-oss/flask
require Werkzeug 2.2
This commit is contained in:
parent
c757882808
commit
89463cb77c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -4,7 +4,7 @@ from setuptools import setup
|
|||
setup(
|
||||
name="Flask",
|
||||
install_requires=[
|
||||
"Werkzeug >= 2.0",
|
||||
"Werkzeug >= 2.2.0a1",
|
||||
"Jinja2 >= 3.0",
|
||||
"itsdangerous >= 2.0",
|
||||
"click >= 8.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue