Skip to content

Commit b454bcf

Browse files
authored
Merge pull request #58 from p1c2u/fix/requirements-update
Requirements update
2 parents c40cb75 + e12ad5d commit b454bcf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
jsonschema==2.6.0
2-
PyYAML==3.13
3-
six==1.11.0
2+
PyYAML==4.2b4
3+
six==1.12.0

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",
72-
"PyYAML",
72+
"PyYAML>=4.2b1",
7373
"six",
7474
],
7575
tests_require=[

0 commit comments

Comments
 (0)