Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion shared/requirements.txt
Original file line number Diff line number Diff line change
@@ -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.4
click~=8.1.2
loguru==0.6.0
pydantic
pyyaml
2 changes: 1 addition & 1 deletion shared/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
packages=["libretime_shared"],
package_data={"": ["py.typed"]},
install_requires=[
"click~=8.0.4",
"click>=8.0.4,<8.2.0",
"loguru==0.6.0",
"pydantic",
"pyyaml",
Expand Down