Skip to content

Commit 8150cd4

Browse files
committed
Revert "Bump minimal click version in dependencies specification"
This reverts commit c58a014. Signed-off-by: Theodore Aptekarev <[email protected]>
1 parent bcdb932 commit 8150cd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ attrs==22.2.0
22
beautifulsoup4==4.13.3
33
certifi==2022.12.7
44
chardet==5.2.0
5-
click==8.2.0
5+
click==8.1.3
66
idna==3.4
77
pip==23.0
88
PyYAML==6.0

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 >= 8.2
45+
click >= 6.7, !=7.0
4646
requests[use_chardet_on_py3] >= 2.7.0
4747
saneyaml >= 0.5.2
4848
text_unidecode >= 1.0

0 commit comments

Comments
 (0)