update click minimum version

This commit is contained in:
David Lord 2021-05-11 14:50:16 -07:00
parent 2846abaefe
commit 80a4e62096
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,8 @@ Version 2.1.0
Unreleased Unreleased
- Update Click dependency to >= 8.0.
Version 2.0.1 Version 2.0.1
------------- -------------

View file

@ -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"],