pythonPackages.fs-s3fs: init at 1.0.0

`fs` is a python-based file system abstraction layer. The new package
`fs-s3fs` is an implementation of it which stores files inside an S3
bucket.
This commit is contained in:
Maximilian Bosch
2018-11-29 02:01:22 +01:00
parent feda77de9e
commit fd08b98da9
2 changed files with 25 additions and 0 deletions
+2
View File
@@ -2658,6 +2658,8 @@ in {
fs = callPackage ../development/python-modules/fs { };
fs-s3fs = callPackage ../development/python-modules/fs-s3fs { };
libcloud = callPackage ../development/python-modules/libcloud { };
libgpuarray = callPackage ../development/python-modules/libgpuarray {