From 2938d751a7470ce519a43653e5b3e1ad4c0adadb Mon Sep 17 00:00:00 2001 From: Nix <75538775+nixietab@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:14:07 -0300 Subject: [PATCH] added requierments.txt --- picodulce.py | 1 - requirements.txt | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 requirements.txt 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