# Requirements for Telegram Quiz Bot
# Python 3.9+ required

# Main Telegram library (async version)
python-telegram-bot>=20.0

# Async SQLite database
aiosqlite>=0.19.0
