require werkzeug >= 2.2.2

This commit is contained in:
David Lord 2022-08-08 16:14:00 -07:00
parent 6ab3cb8d0c
commit de16718b39
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 4 additions and 8 deletions

View file

@ -4,7 +4,7 @@ from setuptools import setup
setup(
name="Flask",
install_requires=[
"Werkzeug >= 2.2.0",
"Werkzeug >= 2.2.2",
"Jinja2 >= 3.0",
"itsdangerous >= 2.0",
"click >= 8.0",