Skip to content

Commit 9aca116

Browse files
author
Joshua Reed
committed
revert pyyaml requirement version
1 parent 7e24392 commit 9aca116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def run_tests(self):
6969
},
7070
install_requires=[
7171
"jsonschema<3",
72-
"PyYAML>=4.2b1",
72+
"PyYAML>=3.13",
7373
"six",
7474
'pathlib;python_version=="2.7"',
7575
],

0 commit comments

Comments
 (0)