fix(shared): require click >=8.0.3

This commit is contained in:
jo 2022-01-14 17:22:11 +01:00 committed by Kyle Robbertze
parent b37f4f7509
commit dc93189962
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ setup(
packages=["libretime_shared"],
package_data={"": ["py.typed"]},
install_requires=[
"click",
"click>=8.0.3",
"loguru",
"pydantic",
"pyyaml",