Move aiohttp into public dependencies (#3980)

This commit is contained in:
YR Chen
2025-03-13 12:42:57 +08:00
committed by GitHub
parent 76f6c0ebf9
commit ccdd10c84b

View File

@@ -13,11 +13,10 @@ classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
]
dependencies = ["requests", "tqdm", "numpy", "IPython", "setproctitle"]
dependencies = ["aiohttp", "requests", "tqdm", "numpy", "IPython", "setproctitle"]
[project.optional-dependencies]
runtime_common = [
"aiohttp",
"datasets",
"decord",
"fastapi",