We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2dbc44 + 4a0293b commit 02255adCopy full SHA for 02255ad
2 files changed
pyproject.toml
@@ -9,7 +9,6 @@ dependencies = [
9
"pystapi-validator",
10
"stapi-pydantic",
11
"stapi-fastapi",
12
- "types-click>=7.1.8",
13
]
14
15
[dependency-groups]
pystapi-client/pyproject.toml
@@ -20,7 +20,7 @@ dependencies = [
20
21
22
[project.scripts]
23
-stapi-cli = "pystapi_client.scripts.cli:cli"
+stapi = "pystapi_client.scripts.cli:cli"
24
25
[tool.uv.sources]
26
stapi-pydantic = { workspace = true }
0 commit comments