Add missing pymumble dependencies to requirements.txt

- Add protobuf (required for google.protobuf in mumble_pb2.py)
- Add pycryptodome (required for Crypto in crypto.py)
- These were lost when pymumble was integrated into the project

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Storm Dragon
2025-12-08 22:00:24 -05:00
parent 70919b0769
commit 8ededf6408

View File

@@ -7,3 +7,5 @@ packaging
pyradios
opuslib==3.0.1
numpy
protobuf
pycryptodome