diff --git a/pyproject.toml b/pyproject.toml index 1160c83..9e71ca7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,9 @@ requests = "^2.25.1" pandas = "^2.0.0" typer = "0.12.5" scikit-learn = "1.5.1" +fastapi = "^0.114.1" +uvicorn = "^0.30.6" +joblib = "^1.4.2" [tool.poetry.dev-dependencies] pytest = "^6.2.4" @@ -32,4 +35,5 @@ exclude_dirs = [ ".git", "__pycache__", "venv/", + "tests/" ]