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