init repo

This commit is contained in:
LeoMortari
2025-11-21 18:23:19 -03:00
commit 23c8133f3d
20 changed files with 4481 additions and 0 deletions

29
requirements.txt Normal file
View File

@@ -0,0 +1,29 @@
# Core dependencies
requests==2.31.0
psycopg2-binary==2.9.9
python-dotenv==1.0.0
# Selenium for dynamic content scraping
selenium==4.16.0
webdriver-manager==4.0.1
# HTML parsing
beautifulsoup4==4.12.2
lxml==5.1.0
# Async support
aiohttp==3.9.1
aiofiles==23.2.1
# Scheduling
APScheduler==3.10.4
# Data validation
pydantic==2.5.3
pydantic-settings==2.1.0
# Logging
colorlog==6.8.0
# Timezone support
pytz==2024.1