# Xlancer Bot — Python Dependencies
# Last updated: 2026-06-18
# Update all packages: python runner.py --update

# Core Telegram Bot Framework
aiogram==3.29.0

# Async SQLite database driver
aiosqlite==0.22.1

# Environment variable management
python-dotenv==1.2.2

# HTTP client (used by aiogram internally; pinning for stability)
aiohttp>=3.11.0

# SSL certificates (keep up to date for webhook security)
certifi>=2026.1.4
