19 lines
No EOL
398 B
Text
19 lines
No EOL
398 B
Text
# Core dependencies for Superviseur bot
|
|
discord.py>=2.3.0
|
|
python-dotenv>=1.0.0
|
|
aiohttp>=3.8.0
|
|
aiofiles>=23.0.0
|
|
pytz>=2023.3
|
|
redis>=4.5.0
|
|
pynacl>=1.5.0
|
|
faster-whisper>=0.10.0
|
|
uvloop>=0.17.0; sys_platform != "win32"
|
|
|
|
# Optional dependencies for enhanced functionality
|
|
fastapi>=0.100.0
|
|
uvicorn[standard]>=0.20.0
|
|
prometheus-client>=0.15.0
|
|
|
|
# Development and testing
|
|
pytest>=7.0.0
|
|
pytest-asyncio>=0.21.0 |