Skip to content

Commit 3906e16

Browse files
authored
Merge pull request #16 from caltechlibrary/requirements-fix
Add missing requirement s3fs
2 parents 6121411 + 65eeca5 commit 3906e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def package_files(package, directory):
6060
REQUIRES_PYTHON = ">=3.6.0"
6161

6262
# What packages are required for this module to be executed?
63-
REQUIRED = ["requests", "datacite>1.1.0", "tqdm>=4.62.3", "pyyaml"]
63+
REQUIRED = ["requests", "datacite>1.1.0", "tqdm>=4.62.3", "pyyaml", "s3fs"]
6464

6565
# What packages are optional?
6666
EXTRAS = {

0 commit comments

Comments
 (0)