MarkBaggett / srum-dump

A forensics tool to convert the data in the Windows srum (System Resource Usage Monitor) database to an xlsx spreadsheet.
GNU General Public License v3.0
595 stars 96 forks source link

Requirements #32

Closed deathnmind closed 3 years ago

deathnmind commented 3 years ago

PySimpleGUI==4.11.0 is not available.

Latest PySimpleGUI is 4.34.0 and this gives a missing module error.

MarkBaggett commented 3 years ago

Updated requirements.txt. Tested with pySimpleGUI 4.38 and confirmed operation.

Thanks for the ticket @deathnmind ! Sorry for the delay.