diff --git a/setup.py b/setup.py index 89532c89..2e269c3e 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ }, include_package_data=True, install_requires=[ - "Click>=7.0", + "Click~=7.0", "lxml>=4.6.2", "packaging>=20.9", "pathspec>=0.8.0",