Skip to content

Commit 4aa0405

Browse files
committed
set Click to >= 8.0
1 parent 97ef7c0 commit 4aa0405

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ project_urls =
1717
[options]
1818
install_requires =
1919
six>=1.14.0
20-
click>=8.0.0; python_version >= '3.7'
21-
click>=7.0.0; python_version < '3.7'
20+
click>=8.0.0
2221
pip>=10.0.0
2322
semver>=2.0.0,<3.0.0
2423
pyjwt>=2.4.0

0 commit comments

Comments
 (0)