# Unified AI Services - Python Dependencies # Core framework dependencies fastapi>=0.104.1 uvicorn[standard]>=0.24.0 pydantic>=2.5.0 python-multipart>=0.0.6 # HTTP client and async support httpx>=0.25.0 aiofiles>=23.2.1 # Database dependencies asyncpg>=0.29.0 psycopg2-binary>=2.9.7 # Azure services azure-ai-inference>=1.0.0 azure-core>=1.29.0 azure-storage-blob>=12.19.0 azure-ai-documentintelligence>=1.0.0 # OpenAI integration openai>=1.3.0 # Document processing python-docx>=1.1.0 beautifulsoup4>=4.12.0 lxml>=4.9.0 Pillow>=10.0.0 # Utilities requests>=2.31.0 numpy>=1.24.0 python-dotenv>=1.0.0 psutil>=5.9.0 # Development and testing (optional) pytest>=7.4.0 pytest-asyncio>=0.21.0 black>=23.0.0 flake8>=6.0.0 # Additional data processing pandas>=2.0.0 scikit-learn>=1.3.0