# Dependencias de Python para el bot scraper
# Telegram Bot API
python-telegram-bot==20.6
# Web Scraping
selenium==4.15.2
webdriver-manager==4.0.1
# Manejo de datos
requests==2.31.0
beautifulsoup4==4.12.2
# Utilidades
python-dotenv==1.0.0
schedule==1.2.0
pyyaml==6.0.1
# Para ejecución de tareas asíncronas
asyncio==3.4.3
aiohttp==3.8.6