mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-03 20:40:16 -05:00
remove mfusepym dependency from pyproject.toml, fixes #9239
This commit is contained in:
parent
e671234942
commit
ed6e5db168
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ dependencies = [
|
|||
llfuse = ["llfuse >= 1.3.8"] # fuse 2, low-level
|
||||
pyfuse3 = ["pyfuse3 >= 3.1.1"] # fuse 3, low-level, async
|
||||
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 = []
|
||||
s3 = ["borgstore[s3] ~= 0.3.0"]
|
||||
sftp = ["borgstore[sftp] ~= 0.3.0"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue