Skip to content

Commit a393460

Browse files
Drop no longer used runtime dependency on PyYAML
PyYAML is no longer runtime dependency (7bca8cd and 7cbc3f6). `openapi-spec-validator` requires `jsonschema-spec` that in turn wants PyYAML = ">=5.1". Fixes: #179 Signed-off-by: Stanislav Levin <[email protected]>
1 parent fb65952 commit a393460

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ classifiers = [
4747
jsonschema = "^4.0.0"
4848
openapi-schema-validator = "^0.3.2"
4949
python = "^3.7.0"
50-
PyYAML = ">=5.1"
5150
requests = {version = "*", optional = true}
5251
importlib-resources = "^5.8.0"
5352
jsonschema-spec = "^0.1.1"

0 commit comments

Comments
 (0)