# Core FastAPI Server fastapi[standard]==0.115.0 uvicorn==0.30.6 pydantic==2.8.2 # Environment & Configuration python-dotenv==1.0.1 # AI & LLM Integration google-genai==0.2.2 openai==1.42.0 # HTTP & API httpx==0.27.2 requests==2.32.3 # Telegram Bot Integration python-telegram-bot[job-queue]==21.5 # Geolocation geopy==2.4.1 # Data Processing & ML numpy==1.26.4 pandas==2.2.1 scikit-learn==1.4.2 joblib==1.4.2 # Database & Storage sqlalchemy==2.0.29 # Typing & Validation typing-extensions==4.11.0 # Async Support aiofiles==23.2.1 # Logging & Monitoring python-json-logger==2.0.7 # Time & Timezone pytz==2024.1 # Excel Support openpyxl==3.1.2 # Testing pytest==7.4.4 pytest-asyncio==0.23.3