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 7e7bf6c commit 4b0bca2Copy full SHA for 4b0bca2
pyproject.toml
@@ -260,6 +260,7 @@ readthedocs = "rm -rf $READTHEDOCS_OUTPUT/html && cp -r site $READTHEDOCS_OUTPUT
260
description = "Test environment for validating executable code blocks in documentation"
261
features = ['test', 'remote'] # Include remote dependencies for s3fs
262
dependencies = [
263
+ "s3fs>=2023.10.0",
264
"pytest",
265
"pytest-examples",
266
]
0 commit comments