From 30c9fa4701b89e2a946f47a84f79ff14317717ca Mon Sep 17 00:00:00 2001 From: Nathan Souza Date: Tue, 17 Sep 2024 14:44:07 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20ignora=20pasta=20tests/=20da=20verifica?= =?UTF-8?q?=C3=A7=C3=A3o=20do=20bandit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) 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/" ]