# Core Dependencies python-dotenv>=1.0.0 # Web Scraping requests>=2.31.0 beautifulsoup4>=4.12.0 selenium>=4.15.0 lxml>=4.9.0 webdriver-manager>=4.0.0 # Database pymysql>=1.1.0 sqlalchemy>=2.0.0 # API Framework fastapi>=0.104.0 uvicorn[standard]>=0.24.0 pydantic>=2.5.0 pydantic-settings>=2.1.0 # Desktop App (Pillow optional, only for enhanced UI) # pillow>=10.0.0 # Commented out - not required for core functionality # Utilities python-dateutil>=2.8.0 pytz>=2023.3 # Development (Optional) # pytest>=7.4.0 # black>=23.0.0 # flake8>=6.0.0