diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 2d6181b..0000000 --- a/requirements.txt +++ /dev/null @@ -1,18 +0,0 @@ -# Core requirements for tkinter_player signage app -# Network and API requirements -requests>=2.28.0 - -# Security and encryption -bcrypt>=4.0.0 - -# Media playback -python-vlc>=3.0.16120 - -# GUI automation and system control -pyautogui>=0.9.54 - -# Image processing (PIL/Pillow) -Pillow>=9.3.0 - -# System monitoring -psutil>=5.9.0