# discord.py >=2.7.0 is required (not avoided) — Discord has enforced the
# DAVE end-to-end voice encryption protocol globally since March 1, 2026;
# clients that don't speak it get disconnected from voice with close code
# 4017. That means `davey` (DAVE's Rust-backed implementation) has to
# actually build. See README's Termux voice setup section: install
# Termux's own native Rust (`pkg install rust`) BEFORE running pip install,
# so davey's build finds a working native toolchain instead of trying to
# bootstrap rustup, which fails for Android.
discord.py[voice]>=2.7.0
httpx>=0.27.0
python-dotenv>=1.0.0
discord-ext-voice-recv==0.5.2a179
