Skip to content

Commit a4a2c67

Browse files
committed
[setup] Upgrade to pyyaml 3.13
1 parent 6d84a43 commit a4a2c67

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
@@ -28,7 +28,7 @@
2828
with open('README.rst') as f:
2929
description_text = f.read()
3030

31-
install_req = ["lxml", "pyyaml==3.12", "rdflib", "docopt"]
31+
install_req = ["lxml", "pyyaml==3.13", "rdflib", "docopt"]
3232

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

0 commit comments

Comments
 (0)