Skip to content

Commit

Permalink
Add install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-a-barnes committed May 27, 2021
1 parent 45b52b1 commit 1eb36bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1eb36bf

Please sign in to comment.