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
ccdd10c8
Unverified
Commit
ccdd10c8
authored
Mar 13, 2025
by
YR Chen
Committed by
GitHub
Mar 12, 2025
Browse files
Move `aiohttp` into public dependencies (#3980)
parent
76f6c0eb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
python/pyproject.toml
python/pyproject.toml
+1
-2
No files found.
python/pyproject.toml
View file @
ccdd10c8
...
@@ -13,11 +13,10 @@ classifiers = [
...
@@ -13,11 +13,10 @@ classifiers = [
"Programming Language :: Python :: 3"
,
"Programming Language :: Python :: 3"
,
"License :: OSI Approved :: Apache Software License"
,
"License :: OSI Approved :: Apache Software License"
,
]
]
dependencies
=
[
"requests"
,
"tqdm"
,
"numpy"
,
"IPython"
,
"setproctitle"
]
dependencies
=
[
"aiohttp"
,
"requests"
,
"tqdm"
,
"numpy"
,
"IPython"
,
"setproctitle"
]
[project.optional-dependencies]
[project.optional-dependencies]
runtime_common
=
[
runtime_common
=
[
"aiohttp"
,
"datasets"
,
"datasets"
,
"decord"
,
"decord"
,
"fastapi"
,
"fastapi"
,
...
...
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