Move aiohttp into public dependencies (#3980)
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user