Skip to content

Commit 15dcc61

Browse files
committed
Be more explicit with the minimal dependency version
1 parent c58a014 commit 15dcc61

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 >= 8.2
45+
click >= 8.2.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)