Skip to content

Commit

Permalink
⬆️ Allow click v9 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Sewell <[email protected]>
  • Loading branch information
richardARPANET and chrisjsewell authored Aug 2, 2022
1 parent a7693f8 commit 32df955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
packages=find_packages(),
python_requires=">=3.6",
install_requires=[
"click~=7.1.2",
"click>=7.1.2,<10.0.0",
"jinja2~=3.0.3",
"libsass~=0.20.1",
"gitpython~=3.1.8",
Expand Down

0 comments on commit 32df955

Please sign in to comment.