Skip to content

Commit 1e78f4c

Browse files
committed
Fix pyproject
1 parent 2b296e2 commit 1e78f4c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ classifiers = [
3434
]
3535

3636
[project.optional-dependencies]
37-
http-server = [
38-
"fastapi>=0.115.2",
39-
"sse-starlette",
40-
"starlette",
41-
]
37+
http-server = ["fastapi>=0.115.2", "sse-starlette", "starlette"]
4238

4339
[project.urls]
4440
homepage = "https://google-a2a.github.io/A2A/"
@@ -56,7 +52,7 @@ python_functions = "test_*"
5652
addopts = "-ra --strict-markers"
5753
asyncio_mode = "strict"
5854
markers = [
59-
"asyncio: mark a test as a coroutine that should be run by pytest-asyncio",
55+
"asyncio: mark a test as a coroutine that should be run by pytest-asyncio",
6056
]
6157

6258
[build-system]
@@ -86,6 +82,7 @@ dev = [
8682
"uv-dynamic-versioning>=0.8.2",
8783
"types-protobuf",
8884
"types-requests",
85+
"pre-commit",
8986
"fastapi>=0.115.2",
9087
"sse-starlette",
9188
"starlette",

0 commit comments

Comments
 (0)