We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c40cb75 + e12ad5d commit b454bcfCopy full SHA for b454bcf
requirements.txt
@@ -1,3 +1,3 @@
1
jsonschema==2.6.0
2
-PyYAML==3.13
3
-six==1.11.0
+PyYAML==4.2b4
+six==1.12.0
setup.py
@@ -69,7 +69,7 @@ def run_tests(self):
69
},
70
install_requires=[
71
"jsonschema",
72
- "PyYAML",
+ "PyYAML>=4.2b1",
73
"six",
74
],
75
tests_require=[
0 commit comments