Skip to content

Commit 2335650

Browse files
authored
Install from fsspec[http] extras
`http` extra has `aiohttp` dependency specified. Currently, it is being specified in dvc itself. See https://github.com/iterative/dvc/blob/b376044c4567a927b9f4d2820358c9392dfba226/setup.cfg#L65. We'll likely need a version bump of dvc-http to get it removed in dvc after this is merged.
1 parent 15395d1 commit 2335650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages = find:
2828
include_package_data = True
2929
install_requires =
3030
dvc
31-
fsspec
31+
fsspec[http]
3232
aiohttp-retry>=2.5.0
3333

3434
[options.extras_require]

0 commit comments

Comments
 (0)