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 6dda545 + e5ea807 commit 548cbffCopy full SHA for 548cbff
requirements.txt
@@ -1,3 +1,3 @@
1
jsonschema==2.6.0
2
-pyaml==17.12.1
+PyYAML==3.13
3
six==1.11.0
setup.py
@@ -69,7 +69,7 @@ def run_tests(self):
69
},
70
install_requires=[
71
"jsonschema",
72
- "pyaml",
+ "PyYAML",
73
"six",
74
],
75
tests_require=[
0 commit comments