Skip to content

Commit 3af9c25

Browse files
committed
fix(cli): pinning click to <8.2 until fastapi/typer#1222 is merged
1 parent 922edf8 commit 3af9c25

File tree

2 files changed

+483
-477
lines changed

2 files changed

+483
-477
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers = [
2828
requires-python = ">=3.12"
2929
dependencies = [
3030
"apprise>=1.9.2",
31+
"click<8.2",
3132
"jinja2>=3.1.6",
3233
"loguru>=0.7.3",
3334
"mongoengine>=0.29.1",
@@ -81,6 +82,9 @@ docs = [
8182
requires = ["hatchling"]
8283
build-backend = "hatchling.build"
8384

85+
[project.scripts]
86+
kamihi = "kamihi.cli:app"
87+
8488
[tool.ruff]
8589
target-version = "py312"
8690
line-length = 120

0 commit comments

Comments
 (0)