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.
2 parents d0dd527 + ba1127b commit 0dd8d90Copy full SHA for 0dd8d90
setup.py
@@ -46,7 +46,7 @@ def readme():
46
'jsonschema>=2.0',
47
'jsonref==0.2',
48
'click; python_version>="3.0.0"',
49
- 'click < 8.0.0; python_version=="2.7"'
+ 'click < 9.0.0; python_version=="2.7"'
50
],
51
zip_safe=False,
52
entry_points = {
0 commit comments