Skip to content

Commit 2c9388e

Browse files
author
Phil Varner
committed
move types-click
1 parent 74612ca commit 2c9388e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ dev = [
1818
"pymarkdownlnt>=0.9.25",
1919
"pre-commit>=4.2.0",
2020
"pre-commit-hooks>=5.0.0",
21-
"types-click>=7.1.8",
2221
"pygithub>=2.6.1",
2322
]
2423
docs = [

pystapi-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"click>=8.1.8",
2020
]
2121
[dependency-groups]
22-
dev = ["pytest>=8.3.5", "respx>=0.22.0"]
22+
dev = ["pytest>=8.3.5", "respx>=0.22.0", "types-click>=7.1.8"]
2323

2424
[project.scripts]
2525
stapi = "pystapi_client.scripts.cli:cli"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)