update minimum install requirements
This commit is contained in:
parent
afda0ed9f2
commit
07000942da
1 changed files with 4 additions and 4 deletions
8
setup.py
8
setup.py
|
|
@ -4,10 +4,10 @@ from setuptools import setup
|
||||||
setup(
|
setup(
|
||||||
name="Flask",
|
name="Flask",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"Werkzeug>=0.15",
|
"Werkzeug>=2.0.0rc4",
|
||||||
"Jinja2>=2.10.1",
|
"Jinja2>=3.0.0rc1",
|
||||||
"itsdangerous>=0.24",
|
"itsdangerous>=2.0.0rc2",
|
||||||
"click>=5.1",
|
"click>=8.0.0rc1",
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
"async": ["asgiref>=3.2"],
|
"async": ["asgiref>=3.2"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue