remove mfusepym dependency from pyproject.toml, fixes #9239

This commit is contained in:
Thomas Waldmann 2025-12-24 02:19:07 +01:00
parent e671234942
commit ed6e5db168
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -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"]