You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
489 B
34 lines
489 B
# P2P Network Communication Application Dependencies
|
|
|
|
# Async networking
|
|
asyncio-mqtt>=0.16.0
|
|
aiomysql>=0.2.0
|
|
|
|
# GUI Framework
|
|
PyQt6>=6.5.0
|
|
|
|
# Audio/Video Processing
|
|
PyAudio>=0.2.13
|
|
opencv-python>=4.8.0
|
|
ffmpeg-python>=0.2.0
|
|
mutagen>=1.47.0
|
|
opuslib>=3.0.1
|
|
|
|
# Image Processing
|
|
Pillow>=10.0.0
|
|
|
|
# Encryption
|
|
cryptography>=41.0.0
|
|
pycryptodome>=3.19.0
|
|
|
|
# Database
|
|
mysql-connector-python>=8.2.0
|
|
|
|
# Testing
|
|
pytest>=7.4.0
|
|
pytest-asyncio>=0.21.0
|
|
hypothesis>=6.88.0
|
|
|
|
# Utilities
|
|
python-dotenv>=1.0.0
|