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.
2 parents 6121411 + 65eeca5 commit 3906e16Copy full SHA for 3906e16
setup.py
100644
100755
@@ -60,7 +60,7 @@ def package_files(package, directory):
60
REQUIRES_PYTHON = ">=3.6.0"
61
62
# What packages are required for this module to be executed?
63
-REQUIRED = ["requests", "datacite>1.1.0", "tqdm>=4.62.3", "pyyaml"]
+REQUIRED = ["requests", "datacite>1.1.0", "tqdm>=4.62.3", "pyyaml", "s3fs"]
64
65
# What packages are optional?
66
EXTRAS = {
0 commit comments