Skip to content

Commit c70f15f

Browse files
"test"
1 parent 424797f commit c70f15f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ dependencies = [
3333
"jsonschema>=4.23.0",
3434
"rich>=13.7.1",
3535
"chardet>=5.2.0",
36-
"urllib3>=2.2.2"
36+
"urllib3>=2.2.2",
37+
"hypothesis>=6.0.0"
3738
]
3839

3940
[project.urls]
@@ -48,6 +49,7 @@ dev = [
4849
"types-PyYAML>=6.0.12.20240311",
4950
"pytest>=8.2.2",
5051
"pytest-cov>=5.0.0",
52+
"hypothesis>=6.0.0",
5153
]
5254

5355
[project.scripts]

0 commit comments

Comments
 (0)