ia_bot/requirements.txt
2026-08-30 16:54:49 +10:00

11 lines
303 B
Plaintext

# Discord Bot Dependencies
# Pin pydantic-core to a version compatible with Python 3.14
# Using pre-built wheels to avoid build script issues
discord.py==2.3.2
aiohttp==3.9.5
# pydantic-core is a dependency of pydantic; we use a pinned pydantic
# that works with Python 3.14
pydantic==2.9.2
youtube-dl