2 Commits

Author SHA1 Message Date
2a20b50943 Update requirements.txt (lower lief version)
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-12-06 19:01:40 +07:00
f19a76d95d Fix config editor script
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-12-06 19:00:34 +07:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
from PyQt5.QtCore import Qt
from PyQt5.QtGui import QResizeEvent, QCloseEvent, QClipboard
from PyQt5.QtWidgets import QMainWindow, QFileDialog, QMessageBox, QApplication
from ast import literal_eval

View File

@@ -4,7 +4,7 @@ charset-normalizer==3.3.2
cx_Freeze==7.0.0
cx-Logging==3.1.0
idna==3.7
lief==0.15.0
lief==0.14.1
packaging==23.2
pefile==2023.2.7
pyinstaller==6.3.0