|
@@ -44,7 +44,8 @@ dependencies = [
|
|
|
llfuse = ["llfuse >= 1.3.8"] # fuse 2, low-level
|
|
llfuse = ["llfuse >= 1.3.8"] # fuse 2, low-level
|
|
|
pyfuse3 = ["pyfuse3 >= 3.1.1"] # fuse 3, low-level, async
|
|
pyfuse3 = ["pyfuse3 >= 3.1.1"] # fuse 3, low-level, async
|
|
|
mfusepy = ["mfusepy >= 3.1.0, <4.0.0"] # fuse 2+3, high-level
|
|
mfusepy = ["mfusepy >= 3.1.0, <4.0.0"] # fuse 2+3, high-level
|
|
|
-mfusepym = ["mfusepy @ git+https://github.com/mxmlnkn/mfusepy.git@master"]
|
|
|
|
|
|
|
+# a pypi release of borgbackup can't contain a dependency on github!
|
|
|
|
|
+# mfusepym = ["mfusepy @ git+https://github.com/mxmlnkn/mfusepy.git@master"]
|
|
|
nofuse = []
|
|
nofuse = []
|
|
|
s3 = ["borgstore[s3] ~= 0.3.0"]
|
|
s3 = ["borgstore[s3] ~= 0.3.0"]
|
|
|
sftp = ["borgstore[sftp] ~= 0.3.0"]
|
|
sftp = ["borgstore[sftp] ~= 0.3.0"]
|