requirements.txt 166 B

123456789
  1. # Core runtime dependencies
  2. fastapi>=0.110.0
  3. httpx>=0.26.0
  4. pydantic>=2.7.0
  5. spacy>=3.7.2,<4.0
  6. benepar>=0.2.0
  7. # ASGI server used by start.sh
  8. uvicorn[standard]>=0.29.0