Skip to content

Commit cede8f8

Browse files
reverted click to a >=8.0.4 release to satisfy python 3.6
1 parent 3212fbd commit cede8f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
python_requires='>=3.6',
3636
install_requires=[
3737
'prettytable >= 2.5.0',
38-
'click == 8.1.3',
38+
'click >= 8.0.4',
3939
'requests >= 2.20.0',
4040
'prompt_toolkit >= 2',
4141
'pygments >= 2.0.0',

tools/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
prettytable >= 2.5.0
2-
click == 8.1.3
2+
click >= 8.0.4
33
requests >= 2.20.0
44
prompt_toolkit >= 2
55
pygments >= 2.0.0

tools/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pytest-cov
55
mock
66
sphinx
77
prettytable >= 2.5.0
8-
click == 8.1.3
8+
click >= 8.0.4
99
requests >= 2.20.0
1010
prompt_toolkit >= 2
1111
pygments >= 2.0.0

0 commit comments

Comments
 (0)