Add explicit dependency on Click.

This commit is contained in:
Itamar Turner-Trauring 2021-08-26 14:55:41 -04:00
parent 969f3fa9b3
commit 6df4fa315e

View File

@ -137,6 +137,9 @@ install_requires = [
# Backported configparser for Python 2:
"configparser ; python_version < '3.0'",
# Command-line parsing
"click >= 7.0",
]
setup_requires = [