forked from orbit-oss/flask
update click minimum version
This commit is contained in:
parent
2846abaefe
commit
80a4e62096
2 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,8 @@ Version 2.1.0
|
||||||
|
|
||||||
Unreleased
|
Unreleased
|
||||||
|
|
||||||
|
- Update Click dependency to >= 8.0.
|
||||||
|
|
||||||
|
|
||||||
Version 2.0.1
|
Version 2.0.1
|
||||||
-------------
|
-------------
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -7,7 +7,7 @@ setup(
|
||||||
"Werkzeug>=2.0",
|
"Werkzeug>=2.0",
|
||||||
"Jinja2>=3.0",
|
"Jinja2>=3.0",
|
||||||
"itsdangerous>=2.0",
|
"itsdangerous>=2.0",
|
||||||
"click>=7.1.2",
|
"click>=8.0",
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
"async": ["asgiref>=3.2"],
|
"async": ["asgiref>=3.2"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue