Skip to content

Commit cb07873

Browse files
committed
[setup.py] Remove pyyaml dependency fix
With PR #344 the pyyaml dependency no longer needs to be fixed to version 4.2b4.
1 parent 26318d8 commit cb07873

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
@@ -30,7 +30,7 @@
3030
with open('README.md') as f:
3131
description_text = f.read()
3232

33-
install_req = ["lxml", "pyyaml==4.2b4", "rdflib", "docopt", "pathlib"]
33+
install_req = ["lxml", "pyyaml", "rdflib", "docopt", "pathlib"]
3434

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

0 commit comments

Comments
 (0)