Skip to content

Commit

Permalink
feat: Add extras for optional remote access dependencies (#1158)
Browse files Browse the repository at this point in the history
* Add extras for optional remote access dependencies

* Use aiobotocore for S3 rather than minio

* Fix extras for optional remote IO dependencies

Co-authored-by: Jim Pivarski <[email protected]>

---------

Co-authored-by: Jim Pivarski <[email protected]>
  • Loading branch information
chrisburr and jpivarski authored Mar 12, 2024
1 parent f101c5d commit 724e377
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ dev = [
"pandas",
"awkward-pandas"
]
http = ["aiohttp"]
s3 = ["s3fs"]
test = [
"isal",
"deflate",
Expand All @@ -78,6 +80,7 @@ test = [
"scikit-hep-testdata",
"rangehttpserver"
]
xrootd = ["fsspec-xrootd"]

[project.urls]
Download = "https://github.com/scikit-hep/uproot5/releases"
Expand Down

0 comments on commit 724e377

Please sign in to comment.