# Web Framework fastapi==0.104.1 uvicorn[standard]==0.24.0 pydantic==2.5.0 # Database motor==3.3.2 pymongo==4.6.0 # Caching redis==5.0.1 aioredis==2.0.1 # HTTP Requests requests==2.31.0 httpx==0.25.2 aiohttp==3.9.1 # Web Scraping with Selenium selenium==4.15.2 undetected-chromedriver==3.5.5 # Utility fake-useragent==1.4.0 # Configuration python-dotenv==1.0.0 # JSON & Serialization orjson==3.9.10 # Logging structlog==23.2.0 # Data Processing python-dateutil==2.8.2 # Development & Testing pytest==7.4.3 pytest-asyncio==0.21.1 # Message Queue kafka-python==2.0.2 confluent-kafka==2.3.0 # Task Management schedule==1.2.0 python-crontab==2.7.1 # Additional Web Framework Dependencies starlette>=0.27.0