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 c63f2a5 commit b388396Copy full SHA for b388396
setup.py
@@ -12,7 +12,7 @@
12
with open('README.rst') as f:
13
description_text = f.read()
14
15
-install_req = ["lxml"]
+install_req = ["lxml", "pyyaml"]
16
if sys.version_info < (3, 4):
17
install_req += ["enum"]
18
0 commit comments