Skip to content

Commit 0c18692

Browse files
authored
Add s3fs optional dependency group. (#1133)
1 parent 0f8b0cc commit 0c18692

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ dev = [
4747
"pytest-mock", # Used to mock objects in tests
4848
"types-tabulate", # Type information for tabulate
4949
]
50+
s3fs = [
51+
"s3fs>0.5",
52+
]
5053
full = [
5154
"fsspec[full]", # complete file system specs.
5255
"ipykernel", # Support for Jupyter notebooks

0 commit comments

Comments
 (0)