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
|
@ -1,6 +1,6 @@
|
||||||
# This file is auto-generated by tools/extract-requirements.sh.
|
# This file is auto-generated by tools/extract-requirements.sh.
|
||||||
# Please do not edit this file, edit the setup.py file!
|
# Please do not edit this file, edit the setup.py file!
|
||||||
click>=8.0.3
|
click~=8.0.4
|
||||||
loguru==0.6.0
|
loguru==0.6.0
|
||||||
pydantic
|
pydantic
|
||||||
pyyaml
|
pyyaml
|
||||||
|
|
|
@ -17,7 +17,7 @@ setup(
|
||||||
packages=["libretime_shared"],
|
packages=["libretime_shared"],
|
||||||
package_data={"": ["py.typed"]},
|
package_data={"": ["py.typed"]},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"click>=8.0.3",
|
"click~=8.0.4",
|
||||||
"loguru==0.6.0",
|
"loguru==0.6.0",
|
||||||
"pydantic",
|
"pydantic",
|
||||||
"pyyaml",
|
"pyyaml",
|
||||||
|
|
Loading…
Reference in New Issue