Skip to content

Commit

Permalink
Add pillow to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick committed Apr 1, 2021
1 parent 8eaa6a5 commit 758df5a
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='rrwick@gmail.com',
license='GPLv3',
packages=['trycycler'],
install_requires=['edlib', 'numpy', 'scipy', 'pytest'],
install_requires=['edlib', 'numpy', 'scipy', 'pillow', 'pytest'],
entry_points={"console_scripts": ['trycycler = trycycler.__main__:main']},
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 758df5a

Please sign in to comment.