# ============================================ # Phitagoras AI Chatbot Engine # Python 3.12 compatible # ============================================ # Web API fastapi>=0.109.0,<1.0.0 uvicorn[standard]>=0.27.0,<1.0.0 python-dotenv>=1.0.1,<2.0.0 a2wsgi>=1.10.0,<2.0.0 # Validation and configuration pydantic>=2.10.0,<3.0.0 pydantic-settings>=2.7.0,<3.0.0 # Machine learning numpy==1.26.4 scipy>=1.11.4,<2.0.0 scikit-learn==1.3.2 joblib>=1.3.2,<2.0.0 threadpoolctl>=3.2.0,<4.0.0 # Google Gemini google-genai>=2.12.0,<3.0.0