Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
with open('README.md') as f:
description_text = f.read()

install_req = ["lxml", "pyyaml==4.2b4", "rdflib", "docopt", "pathlib"]
install_req = ["lxml", "pyyaml", "rdflib", "docopt", "pathlib"]
Comment thread
achilleas-k marked this conversation as resolved.
Outdated

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