Skip to content

Commit 89e3c84

Browse files
authored
Merge pull request #1 from jgrewe/odml_parser
[1.3] Add 'pyyaml' dep to setup.py
2 parents c63f2a5 + b388396 commit 89e3c84

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
@@ -12,7 +12,7 @@
1212
with open('README.rst') as f:
1313
description_text = f.read()
1414

15-
install_req = ["lxml"]
15+
install_req = ["lxml", "pyyaml"]
1616
if sys.version_info < (3, 4):
1717
install_req += ["enum"]
1818

0 commit comments

Comments
 (0)