Add requirements.txt with Python dependencies

Includes PyQt5, pyserial, pyautogui, and PyAudio packages needed to run the MSMD application.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Keith Smith
2026-01-05 19:04:29 -07:00
parent 44ee9e658c
commit 047ef52a58

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
PyQt5>=5.15.0
pyserial>=3.5
pyautogui>=0.9.50
PyAudio>=0.2.11