From 3365b4aabaadc4e3923727562696d27b10fb5ccd Mon Sep 17 00:00:00 2001 From: Elliott Balsley <3991046+llamafilm@users.noreply.github.com> Date: Mon, 20 Jun 2022 16:57:38 -0700 Subject: [PATCH] Keep using Click 7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",