Skip to content

Commit aaa5586

Browse files
committed
[setup] Use pyyaml 3.12
Use pyyaml 3.12 for now, since pyyaml 4.1 seems to contain breaking changes.
1 parent cb06334 commit aaa5586

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
@@ -27,7 +27,7 @@
2727
with open('README.rst') as f:
2828
description_text = f.read()
2929

30-
install_req = ["lxml", "pyyaml", "rdflib"]
30+
install_req = ["lxml", "pyyaml==3.12", "rdflib"]
3131

3232
if sys.version_info < (3, 4):
3333
install_req += ["enum34"]

0 commit comments

Comments
 (0)