# Jarvis Discord Bot Requirements
# For Pterodactyl deployment

# Discord
discord.py>=2.3.0
PyNaCl>=1.5.0  # For voice support

# Database
aiomysql>=0.2.0
PyMySQL>=1.1.0

# HTTP requests (for license validation)
aiohttp>=3.9.0

# Utils
python-dotenv>=1.0.0

# Audio playback (optional - for briefings)
yt-dlp>=2024.1.0  # YouTube support
ffmpeg-python>=0.2.0
