forked from orbit-oss/flask
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(
|
||||
name="Flask",
|
||||
install_requires=[
|
||||
"Werkzeug>=0.15",
|
||||
"Jinja2>=2.10.1",
|
||||
"itsdangerous>=0.24",
|
||||
"click>=5.1",
|
||||
"Werkzeug>=2.0.0rc4",
|
||||
"Jinja2>=3.0.0rc1",
|
||||
"itsdangerous>=2.0.0rc2",
|
||||
"click>=8.0.0rc1",
|
||||
],
|
||||
extras_require={
|
||||
"async": ["asgiref>=3.2"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue