Skip to content

Commit a373c3f

Browse files
committed
Fixed #429
* Remove the version dependencies for click
1 parent 78a89f1 commit a373c3f

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
@@ -69,7 +69,7 @@ def read(*names, **kwargs):
6969
install_requires=[
7070
'jinja2 >= 2.9, < 3.0',
7171

72-
'click >= 6.7, < 7.0',
72+
'click',
7373

7474
"backports.csv ; python_version<'3.6'",
7575

0 commit comments

Comments
 (0)