We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7693f8 commit 32df955Copy full SHA for 32df955
setup.py
@@ -23,7 +23,7 @@
23
packages=find_packages(),
24
python_requires=">=3.6",
25
install_requires=[
26
- "click~=7.1.2",
+ "click>=7.1.2,<10.0.0",
27
"jinja2~=3.0.3",
28
"libsass~=0.20.1",
29
"gitpython~=3.1.8",
0 commit comments