chore: актуализировал requirements.txt

This commit is contained in:
Andrew 2025-01-20 14:40:23 +03:00
parent 43459c6019
commit 6999f12354
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,10 @@
cachetools==5.5.0
contourpy==1.3.0
cycler==0.12.1
fonttools==4.54.1
httplib2==0.22.0
kiwisolver==1.4.7
loguru==0.7.3
matplotlib==3.9.2
numpy==2.1.2
packaging==24.1

View File

@ -1,8 +1,7 @@
import sys
import pyqtgraph as pg
from PyQt5 import QtWidgets
# TODO: Правило хорошего тона при оформлении импортов: сначала встроенные библиотеки,
# через одну пустую строку - дополнительно установленные, и еще через одну пустую строку - собственные импорты.
from gui.mainGui import MainWindow
from controller.monitor import DirectoryMonitor