Skip to content

Commit e218839

Browse files
authored
add dbias to pyproject
1 parent 32dfbe8 commit e218839

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ license = {file = "LICENSE"}
99
readme = "README.md"
1010
requires-python = ">= 3.8.1"
1111
dependencies = [
12-
"guardrails-ai>=0.4.0"
12+
"guardrails-ai>=0.4.0",
13+
"Dbias"
1314
]
1415

1516
[project.optional-dependencies]
@@ -27,4 +28,4 @@ testpaths = [
2728
]
2829

2930
[tool.pyright]
30-
include = ["validator"]
31+
include = ["validator"]

0 commit comments

Comments
 (0)