Skip to content

Commit

Permalink
fix range
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Apr 2, 2022
1 parent a61fc53 commit c12149f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_long_description() -> str:
author_email="[email protected]",
license="Apache",
packages=["mkdocs_click"],
install_requires=["click>=8.1", "markdown==3.*"],
install_requires=["click~=8.1", "markdown==3.*"],
python_requires=">=3.7",
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit c12149f

Please sign in to comment.