Skip to content

Commit aac5cb4

Browse files
committed
Cap the version of click supported
Signed-off-by: Theodore Aptekarev <[email protected]>
1 parent af8bf1f commit aac5cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ python_requires = >=3.9
4242
install_requires =
4343
attrs >= 18.1, !=20.1.0
4444
Beautifulsoup4[chardet] >= 4.13.0
45-
click >= 6.7, !=7.0
45+
click >= 6.7, !=7.0, <8.2
4646
requests[use_chardet_on_py3] >= 2.7.0
4747
saneyaml >= 0.5.2
4848
text_unidecode >= 1.0

0 commit comments

Comments
 (0)