From e218839f7cd2064d2ae33c6ea67c52905f2f968b Mon Sep 17 00:00:00 2001 From: Aarav Navani <38411399+aaravnavani@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:58:58 -0700 Subject: [PATCH] add dbias to pyproject --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d3574eb..7722402 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,8 @@ license = {file = "LICENSE"} readme = "README.md" requires-python = ">= 3.8.1" dependencies = [ - "guardrails-ai>=0.4.0" + "guardrails-ai>=0.4.0", + "Dbias" ] [project.optional-dependencies] @@ -27,4 +28,4 @@ testpaths = [ ] [tool.pyright] -include = ["validator"] \ No newline at end of file +include = ["validator"]