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 = [
34
34
]
35
35
36
36
[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" ]
42
38
43
39
[project .urls ]
44
40
homepage = " https://google-a2a.github.io/A2A/"
@@ -56,7 +52,7 @@ python_functions = "test_*"
56
52
addopts = " -ra --strict-markers"
57
53
asyncio_mode = " strict"
58
54
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" ,
60
56
]
61
57
62
58
[build-system ]
@@ -86,6 +82,7 @@ dev = [
86
82
" uv-dynamic-versioning>=0.8.2" ,
87
83
" types-protobuf" ,
88
84
" types-requests" ,
85
+ " pre-commit" ,
89
86
" fastapi>=0.115.2" ,
90
87
" sse-starlette" ,
91
88
" starlette" ,
You can’t perform that action at this time.
0 commit comments