|
@@ -23,7 +23,7 @@ on_rtd = os.environ.get('READTHEDOCS')
|
|
install_requires=['msgpack-python==0.4.6', ]
|
|
install_requires=['msgpack-python==0.4.6', ]
|
|
|
|
|
|
extras_require = {
|
|
extras_require = {
|
|
- # llfuse 0.40 (tested, proven, ok)
|
|
|
|
|
|
+ # llfuse 0.40 (tested, proven, ok), needs FUSE version >= 2.8.0
|
|
# llfuse 0.41 (unknown, maybe ok)
|
|
# llfuse 0.41 (unknown, maybe ok)
|
|
# llfuse 0.42 (tested, does not work, incompatible api changes)
|
|
# llfuse 0.42 (tested, does not work, incompatible api changes)
|
|
'fuse': ['llfuse<0.41', ],
|
|
'fuse': ['llfuse<0.41', ],
|