Unverified Commit 957482c8 authored by ooapex's avatar ooapex Committed by GitHub
Browse files

[router] add dependency for router (#10401)

parent 3795b6a4
......@@ -16,6 +16,14 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"setproctitle",
"aiohttp",
"orjson",
"uvicorn",
"fastapi",
]
[project.optional-dependencies]
dev = [
"requests>=2.25.0",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment