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