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 78d8cc1 commit af41ae1Copy full SHA for af41ae1
setup.py
@@ -30,7 +30,7 @@
30
with open('README.md') as f:
31
description_text = f.read()
32
33
-install_req = ["lxml", "pyyaml", "rdflib", "docopt", "pathlib"]
+install_req = ["lxml", "pyyaml>=5.1", "rdflib", "docopt", "pathlib"]
34
35
if sys.version_info < (3, 4):
36
install_req += ["enum34"]
0 commit comments