83 lines
1.4 KiB
Plaintext
83 lines
1.4 KiB
Plaintext
# LiveKit dependencies
|
|
livekit>=0.15.0
|
|
livekit-agents>=0.8.0
|
|
livekit-plugins-openai>=0.7.0
|
|
livekit-plugins-deepgram>=0.6.0
|
|
livekit-plugins-silero>=0.6.0
|
|
livekit-plugins-elevenlabs>=0.6.0
|
|
livekit-plugins-azure>=0.6.0
|
|
livekit-plugins-google>=0.6.0
|
|
|
|
# Core dependencies for MCP Chrome integration
|
|
aiohttp>=3.8.0
|
|
pydantic>=2.0.0
|
|
PyYAML>=6.0.0
|
|
websockets>=12.0
|
|
requests>=2.28.0
|
|
|
|
# Audio/Video processing
|
|
opencv-python>=4.8.0
|
|
numpy>=1.24.0
|
|
Pillow>=10.0.0
|
|
av>=10.0.0
|
|
|
|
# Screen capture and automation
|
|
pyautogui>=0.9.54
|
|
pygetwindow>=0.0.9
|
|
pyscreeze>=0.1.28
|
|
pytweening>=1.0.4
|
|
pymsgbox>=1.0.9
|
|
mouseinfo>=0.1.3
|
|
pyperclip>=1.8.2
|
|
|
|
# Speech recognition and synthesis
|
|
speechrecognition>=3.10.0
|
|
pyttsx3>=2.90
|
|
pyaudio>=0.2.11
|
|
|
|
# Environment and configuration
|
|
python-dotenv>=1.0.0
|
|
click>=8.0.0
|
|
colorama>=0.4.6
|
|
|
|
# Async and networking
|
|
asyncio-mqtt>=0.13.0
|
|
aiofiles>=23.0.0
|
|
nest-asyncio>=1.5.0
|
|
|
|
# AI/ML dependencies
|
|
openai>=1.0.0
|
|
anthropic>=0.7.0
|
|
google-cloud-speech>=2.20.0
|
|
azure-cognitiveservices-speech>=1.30.0
|
|
|
|
# Audio processing
|
|
sounddevice>=0.4.6
|
|
soundfile>=0.12.1
|
|
librosa>=0.10.0
|
|
webrtcvad>=2.0.10
|
|
|
|
# Development and testing
|
|
pytest>=7.0.0
|
|
pytest-asyncio>=0.21.0
|
|
black>=23.0.0
|
|
flake8>=6.0.0
|
|
mypy>=1.0.0
|
|
pre-commit>=3.0.0
|
|
|
|
# Logging and monitoring
|
|
structlog>=23.0.0
|
|
prometheus-client>=0.16.0
|
|
|
|
# Security and authentication
|
|
cryptography>=40.0.0
|
|
pyjwt>=2.6.0
|
|
|
|
# Data processing
|
|
pandas>=2.0.0
|
|
jsonschema>=4.17.0
|
|
|
|
# System utilities
|
|
psutil>=5.9.0
|
|
watchdog>=3.0.0
|