Skip to content

Commit 2f5321a

Browse files
committed
Openapi schema validator added to dependencies
1 parent fe37888 commit 2f5321a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
jsonschema
2+
openapi-schema-validator
23
PyYAML==4.2b4
34
six==1.12.0
45
requests

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ setup_requires =
2626
setuptools
2727
install_requires =
2828
jsonschema
29+
openapi-schema-validator
2930
PyYAML>=5.1
3031
six
3132
pathlib2; python_version<"3.0"

0 commit comments

Comments
 (0)