msuhanov/dfir_ntfs

llfuse dependencies

Closed this issue · 2 comments

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

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

Thank you!