forked from orbit-oss/flask
update pallets projects minimum versions
This commit is contained in:
parent
f8f0caf5c6
commit
3a5532b4ed
2 changed files with 4 additions and 13 deletions
6
setup.py
6
setup.py
|
|
@ -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={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue