Skip to content

Commit af41ae1

Browse files
committed
[setup] Set pyyaml minimum version
Sucessfully tested pyyaml version 5.1 with python 2.7, 3.7 and 3.8 and use it as the new minimal version of pyyaml.
1 parent 78d8cc1 commit af41ae1

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", "rdflib", "docopt", "pathlib"]
33+
install_req = ["lxml", "pyyaml>=5.1", "rdflib", "docopt", "pathlib"]
3434

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

0 commit comments

Comments
 (0)