update pallets projects minimum versions

This commit is contained in:
David Lord 2021-05-11 14:28:49 -07:00
parent f8f0caf5c6
commit 3a5532b4ed
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 4 additions and 13 deletions

View file

@ -4,9 +4,9 @@ from setuptools import setup
setup(
name="Flask",
install_requires=[
"Werkzeug>=2.0.0rc4",
"Jinja2>=3.0.0rc1",
"itsdangerous>=2.0.0rc2",
"Werkzeug>=2.0",
"Jinja2>=3.0",
"itsdangerous>=2.0",
"click>=7.1.2",
],
extras_require={