We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8b0cc commit 0c18692Copy full SHA for 0c18692
pyproject.toml
@@ -47,6 +47,9 @@ dev = [
47
"pytest-mock", # Used to mock objects in tests
48
"types-tabulate", # Type information for tabulate
49
]
50
+s3fs = [
51
+ "s3fs>0.5",
52
+]
53
full = [
54
"fsspec[full]", # complete file system specs.
55
"ipykernel", # Support for Jupyter notebooks
0 commit comments