# Wildberries to Video Prompts Generator
# Requirements

# Core
requests>=2.31.0
python-dotenv>=1.0.0

# SOCKS5 proxy support (for SSH tunnel)
PySocks>=1.7.1
requests[socks]>=2.31.0

# Browser automation (for fetching WB data)
playwright>=1.40.0

# Optional: Image analysis with Claude Vision
anthropic>=0.18.0

# Image processing
pillow>=10.0.0

# Telegram bot
python-telegram-bot>=21.0
