mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-21 22:29:54 -04:00
pyproject.toml: add comments to fuse options
This commit is contained in:
parent
0053bcb6b6
commit
23bbc195e1
1 changed files with 3 additions and 3 deletions
|
|
@ -41,9 +41,9 @@ dependencies = [
|
|||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
llfuse = ["llfuse >= 1.3.8"]
|
||||
pyfuse3 = ["pyfuse3 >= 3.1.1"]
|
||||
mfusepy = ["mfusepy >= 3.1.0, <4.0.0"]
|
||||
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"]
|
||||
nofuse = []
|
||||
s3 = ["borgstore[s3] ~= 0.3.0"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue