Skip to content

Commit e5ea807

Browse files
committed
pyaml dependecy drop off
1 parent 6dda545 commit e5ea807

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
jsonschema==2.6.0
2-
pyaml==17.12.1
2+
PyYAML==3.13
33
six==1.11.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-
"pyaml",
72+
"PyYAML",
7373
"six",
7474
],
7575
tests_require=[

0 commit comments

Comments
 (0)