msuhanov / dfir_ntfs

An NTFS/FAT parser for digital forensics & incident response
GNU General Public License v3.0
191 stars 29 forks source link

llfuse dependencies #10

Closed cteodor closed 4 years ago

cteodor commented 4 years ago

vsc_mount requires llfuse, which is not stated in setup.py Suggest adding: install_requires=['llfuse', ]

msuhanov commented 4 years ago

This should be optional, there is no llfuse on Windows. So, this should be extras_require.

msuhanov commented 4 years ago

Thank you!