# Core async ORM + SQLite
sqlalchemy==2.0.43
aiosqlite==0.21.0

# Config management
pydantic-settings==2.10.1
python-dotenv==1.1.0

# Telegram bot
aiogram==3.22.0
aiohttp==3.12.15

# Browser automation
playwright==1.55.0
beautifulsoup4==4.13.4

# GUI
customtkinter==5.2.2

# AI
anthropic==0.52.0
openai>=1.30.0
