Skip to content

Commit

Permalink
added dependencies to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleniemeyer committed Jul 12, 2016
1 parent dc52e8a commit d62e245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
# install_requires=['peppercorn'],
install_requires=['numpy', 'scipy', 'tables', 'pint', 'pyyaml'],

# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand Down

0 comments on commit d62e245

Please sign in to comment.