chore(shared): pin click to 8.0.* (#1732)

8.1.0 dropped support for python 3.6
This commit is contained in:
Jonas L 2022-04-04 11:23:12 +02:00 committed by GitHub
parent cd63285c71
commit 87d2da9d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# This file is auto-generated by tools/extract-requirements.sh.
# Please do not edit this file, edit the setup.py file!
click>=8.0.3
click~=8.0.4
loguru==0.6.0
pydantic
pyyaml

View File

@ -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",