Unverified Commit ccdd10c8 authored by YR Chen's avatar YR Chen Committed by GitHub
Browse files

Move `aiohttp` into public dependencies (#3980)

parent 76f6c0eb
...@@ -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",
......
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