Skip to content

Commit e588d2e

Browse files
committed
Be more explicit with the minimal dependency version
Signed-off-by: Theodore Aptekarev <[email protected]>
1 parent ce1949b commit e588d2e

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)