# ============================================ # SafeChat ML Service — Dependencies # ============================================ # --- Core ML --- torch>=2.1.0 transformers>=4.36.0 tokenizers>=0.15.0 accelerate>=0.25.0 sentencepiece>=0.1.99 protobuf>=4.25.3 # --- FastAPI --- fastapi>=0.109.0 uvicorn[standard]>=0.25.0 pydantic>=2.5.0 pydantic-settings>=2.1.0 # --- Language Detection --- langdetect>=1.0.9 # --- Text Processing --- regex>=2023.12.25 emoji>=2.9.0 # --- Utilities --- python-dotenv>=1.0.0 loguru>=0.7.2 httpx>=0.26.0 numpy>=1.24.0