Skip to content

Commit

Permalink
Add other dependencies to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick committed Jul 27, 2020
1 parent 2cb8bd1 commit 28a86eb
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 @@ -38,7 +38,7 @@ def readme():
author_email='[email protected]',
license='GPLv3',
packages=['trycycler'],
install_requires=['edlib'],
install_requires=['edlib', 'numpy', 'scipy', 'pytest'],
entry_points={"console_scripts": ['trycycler = trycycler.__main__:main']},
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 28a86eb

Please sign in to comment.