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 6d84a43 commit a4a2c67Copy full SHA for a4a2c67
setup.py
@@ -28,7 +28,7 @@
28
with open('README.rst') as f:
29
description_text = f.read()
30
31
-install_req = ["lxml", "pyyaml==3.12", "rdflib", "docopt"]
+install_req = ["lxml", "pyyaml==3.13", "rdflib", "docopt"]
32
33
if sys.version_info < (3, 4):
34
install_req += ["enum34"]
0 commit comments