Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
957482c8
Unverified
Commit
957482c8
authored
Sep 15, 2025
by
ooapex
Committed by
GitHub
Sep 14, 2025
Browse files
[router] add dependency for router (#10401)
parent
3795b6a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
sgl-router/pyproject.toml
sgl-router/pyproject.toml
+8
-0
No files found.
sgl-router/pyproject.toml
View file @
957482c8
...
...
@@ -16,6 +16,14 @@ classifiers = [
"Programming Language :: Python :: 3"
,
]
dependencies
=
[
"setproctitle"
,
"aiohttp"
,
"orjson"
,
"uvicorn"
,
"fastapi"
,
]
[project.optional-dependencies]
dev
=
[
"requests>=2.25.0"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment