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.
2 parents c63f2a5 + b388396 commit 89e3c84Copy full SHA for 89e3c84
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