chore(shared): pin click to 8.0.* (#1732)
8.1.0 dropped support for python 3.6
This commit is contained in:
parent
cd63285c71
commit
87d2da9d84
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ setup(
|
|||
packages=["libretime_shared"],
|
||||
package_data={"": ["py.typed"]},
|
||||
install_requires=[
|
||||
"click>=8.0.3",
|
||||
"click~=8.0.4",
|
||||
"loguru==0.6.0",
|
||||
"pydantic",
|
||||
"pyyaml",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue