Skip to content

Commit c12149f

Browse files
author
Ofek Lev
committed
fix range
1 parent a61fc53 commit c12149f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_long_description() -> str:
3131
author_email="packages@datadoghq.com",
3232
license="Apache",
3333
packages=["mkdocs_click"],
34-
install_requires=["click>=8.1", "markdown==3.*"],
34+
install_requires=["click~=8.1", "markdown==3.*"],
3535
python_requires=">=3.7",
3636
include_package_data=True,
3737
zip_safe=False,

0 commit comments

Comments
 (0)