Currently sflock requires olefile==0.43 and python-magic==0.4.12. These were the latest versions at the time of commit, but are now outdated.
The requirement can be changed to olefile>=0.43 and python-magic>=0.4.12, <0.5 without issue. This would allow oletools to be included at a later version alongside sflock.
Currently sflock requires
olefile==0.43
andpython-magic==0.4.12
. These were the latest versions at the time of commit, but are now outdated.The requirement can be changed to
olefile>=0.43
andpython-magic>=0.4.12, <0.5
without issue. This would allowoletools
to be included at a later version alongside sflock.