[router] add dependency for router (#10401)

This commit is contained in:
ooapex
2025-09-15 12:14:14 +08:00
committed by GitHub
parent 3795b6a43f
commit 957482c8f2

View File

@@ -16,6 +16,14 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"setproctitle",
"aiohttp",
"orjson",
"uvicorn",
"fastapi",
]
[project.optional-dependencies]
dev = [
"requests>=2.25.0",