Beta/requirements.txt

19 lines
398 B
Text
Raw Permalink Normal View History

# Core dependencies for Superviseur bot
2026-02-06 22:23:20 +01:00
discord.py>=2.3.0
python-dotenv>=1.0.0
2026-02-06 22:23:20 +01:00
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
2026-02-06 22:23:20 +01:00
pytest>=7.0.0
pytest-asyncio>=0.21.0