From 1eb36bf7cf136ad501a61722f3e4279d7be69633 Mon Sep 17 00:00:00 2001 From: taylor-a-barnes Date: Thu, 27 May 2021 16:17:45 -0400 Subject: [PATCH] Add install dependencies --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12ef024..3b84b3b 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,9 @@ # Additional entries you may want simply uncomment the lines you want and fill in the data url='https://github.com/MolSSI-MDI/MDI_Mechanic', # Website - # install_requires=[], # Required packages, pulls from pip if needed; do not use for Conda deployment + install_requires=[ + 'PyYAML', + ], # Required packages, pulls from pip if needed; do not use for Conda deployment # platforms=['Linux', # 'Mac OS-X', # 'Unix',