Skip to content

Commit 32df955

Browse files
⬆️ Allow click v9 (#8)
Co-authored-by: Chris Sewell <[email protected]>
1 parent a7693f8 commit 32df955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
packages=find_packages(),
2424
python_requires=">=3.6",
2525
install_requires=[
26-
"click~=7.1.2",
26+
"click>=7.1.2,<10.0.0",
2727
"jinja2~=3.0.3",
2828
"libsass~=0.20.1",
2929
"gitpython~=3.1.8",

0 commit comments

Comments
 (0)