Skip to content

Commit

Permalink
add dbias to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravnavani authored Aug 19, 2024
1 parent 32dfbe8 commit e218839
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -27,4 +28,4 @@ testpaths = [
]

[tool.pyright]
include = ["validator"]
include = ["validator"]

0 comments on commit e218839

Please sign in to comment.