We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424797f commit c70f15fCopy full SHA for c70f15f
1 file changed
pyproject.toml
@@ -33,7 +33,8 @@ dependencies = [
33
"jsonschema>=4.23.0",
34
"rich>=13.7.1",
35
"chardet>=5.2.0",
36
- "urllib3>=2.2.2"
+ "urllib3>=2.2.2",
37
+ "hypothesis>=6.0.0"
38
]
39
40
[project.urls]
@@ -48,6 +49,7 @@ dev = [
48
49
"types-PyYAML>=6.0.12.20240311",
50
"pytest>=8.2.2",
51
"pytest-cov>=5.0.0",
52
+ "hypothesis>=6.0.0",
53
54
55
[project.scripts]
0 commit comments