Skip to content

Commit d4f37ae

Browse files
committed
Downgrade to click 8.0.4 (Py 3.6)
1 parent 7b85d61 commit d4f37ae

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
@@ -35,7 +35,7 @@
3535
license=__license__,
3636
install_requires=[
3737
# Core
38-
"click==8.1.3",
38+
"click==8.0.4", # >8.0.4 does not support Python 3.6
3939
"requests==2.27.1",
4040
"colorama==0.4.5",
4141
"semantic-version==2.8.5", # >2.8.5 does not support Python 3.6

0 commit comments

Comments
 (0)