diff --git a/picodulce.py b/picodulce.py index 5e97b1a..e4006d5 100644 --- a/picodulce.py +++ b/picodulce.py @@ -1,6 +1,5 @@ import sys import subprocess -import picomc from PyQt5.QtWidgets import QApplication, QComboBox, QWidget, QVBoxLayout, QPushButton, QMessageBox, QDialog, QHBoxLayout, QLabel, QLineEdit, QCheckBox from PyQt5.QtGui import QFont, QIcon, QColor, QPalette from PyQt5.QtCore import Qt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..26e478a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +picomc +PyQt5 \ No newline at end of file