caltechlibrary / caltechdata_api

Python library for using the CaltechDATA API
Other
10 stars 2 forks source link

Add missing requirement s3fs #16

Closed mhucka closed 1 year ago

mhucka commented 1 year ago

Currently, doing an import caltechdata_api will result in an error if the s3fs package is not installed in the user's environment. This PR adds s3fs as a dependency during installation.