diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..5e2c66b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,11 @@ + fastapi>=0.100.0 + uvicorn[standard]>=0.22.0 + pydantic>=2.0.0 + pydantic-settings>=2.0.0 + python-multipart>=0.0.6 + python-dateutil>=2.8.2 + thefuzz>=0.20.0 + python-Levenshtein>=0.23.0 + opik>=1.0.0 + openai>=1.0.0 + httpx>=0.24.1 \ No newline at end of file