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.
1 parent cb06334 commit aaa5586Copy full SHA for aaa5586
setup.py
@@ -27,7 +27,7 @@
27
with open('README.rst') as f:
28
description_text = f.read()
29
30
-install_req = ["lxml", "pyyaml", "rdflib"]
+install_req = ["lxml", "pyyaml==3.12", "rdflib"]
31
32
if sys.version_info < (3, 4):
33
install_req += ["enum34"]
0 commit comments