added requierments.txt

This commit is contained in:
Nix 2024-04-15 18:14:07 -03:00 committed by GitHub
parent 9f6659765f
commit 2938d751a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
picomc
PyQt5