Skip to content

Commit bf17e61

Browse files
author
Johann Cohen-Tanugi
committed
add pyyaml requirements
1 parent 7bcb682 commit bf17e61

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
author="Nicolas Chotard",
3434
author_email="nchotard@in2p3.fr",
3535
scripts=SCRIPTS,
36-
long_description=long_description
36+
long_description=long_description,
37+
install_requires=[
38+
"pyyaml",
39+
]
3740
)

0 commit comments

Comments
 (0)