Require click >= 8.0.1

This commit is contained in:
Pavel Kirkovsky 2021-07-23 02:08:15 -07:00
parent e69449a2f0
commit 8048ed8c3a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ with open(readme_path, encoding="utf-8") as handle:
requires = (
# Base dependencies:
"click",
"click >= 8.0.1",
"rich",
"tld",
"tqdm",