Initial commit: Market Trends Scraper
This commit is contained in:
31
requirements.txt
Normal file
31
requirements.txt
Normal file
@@ -0,0 +1,31 @@
|
||||
# Web scraping
|
||||
requests>=2.28.0
|
||||
beautifulsoup4>=4.11.0
|
||||
selenium>=4.8.0
|
||||
lxml>=4.9.0
|
||||
|
||||
# Data analysis and manipulation
|
||||
pandas>=1.5.0
|
||||
numpy>=1.24.0
|
||||
matplotlib>=3.6.0
|
||||
seaborn>=0.12.0
|
||||
|
||||
# Data storage
|
||||
sqlalchemy>=1.4.0
|
||||
sqlite3
|
||||
|
||||
# Configuration management
|
||||
python-dotenv>=0.21.0
|
||||
pyyaml>=6.0
|
||||
|
||||
# Logging and monitoring
|
||||
loguru>=0.6.0
|
||||
|
||||
# Testing
|
||||
pytest>=7.2.0
|
||||
pytest-cov>=4.0.0
|
||||
responses>=0.22.0
|
||||
|
||||
# Utilities
|
||||
tqdm>=4.64.0
|
||||
schedule>=1.1.0
|
Reference in New Issue
Block a user