30 lines
418 B
Plaintext
30 lines
418 B
Plaintext
# 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
|