File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff 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 ]
4440homepage = " https://google-a2a.github.io/A2A/"
@@ -56,7 +52,7 @@ python_functions = "test_*"
5652addopts = " -ra --strict-markers"
5753asyncio_mode = " strict"
5854markers = [
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" ,
You can’t perform that action at this time.
0 commit comments