Spaces:
Runtime error
Runtime error
Commit
·
b38a380
1
Parent(s):
2a93403
chore: add test dependencies
Browse files- pyproject.toml +9 -0
pyproject.toml
CHANGED
|
@@ -24,5 +24,14 @@ dependencies = [
|
|
| 24 |
"presidio-anonymizer>=2.2.355",
|
| 25 |
]
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
[tool.setuptools]
|
| 28 |
py-modules = ["guardrails_genie"]
|
|
|
|
| 24 |
"presidio-anonymizer>=2.2.355",
|
| 25 |
]
|
| 26 |
|
| 27 |
+
[project.optional-dependencies]
|
| 28 |
+
test = [
|
| 29 |
+
"pytest>=8.2.0",
|
| 30 |
+
"pytest-asyncio>=0.23.6",
|
| 31 |
+
"pytest-cov>=5.0.0",
|
| 32 |
+
"pytest-xdist>=3.1.0",
|
| 33 |
+
"hypothesis>=6.122.1"
|
| 34 |
+
]
|
| 35 |
+
|
| 36 |
[tool.setuptools]
|
| 37 |
py-modules = ["guardrails_genie"]
|