fix(shared): require click >=8.0.3
This commit is contained in:
parent
b37f4f7509
commit
dc93189962
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ setup(
|
|||
packages=["libretime_shared"],
|
||||
package_data={"": ["py.typed"]},
|
||||
install_requires=[
|
||||
"click",
|
||||
"click>=8.0.3",
|
||||
"loguru",
|
||||
"pydantic",
|
||||
"pyyaml",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue