Skip to content

Commit

Permalink
correct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Jan 9, 2019
1 parent d8d5a85 commit 4e5beeb
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 @@ -28,7 +28,7 @@
author_email='Oleg Smirnov <[email protected]>',
url='https://github.com/ska-sa/purr',
packages=['Purr', 'Purr/Plugins', 'Purr/Plugins/local_pychart', 'Purr/Plugins/local_pychart/afm'],
requires=['kittens', 'PyQt4', 'PIL', 'scipy', 'astropy', 'future'],
install_requires=['kittens', 'pillow', 'scipy', 'astropy', 'future'], # 'PyQt4',
scripts=['Purr/purr.py', 'Purr/purr'],
data_files=data_files,
)

0 comments on commit 4e5beeb

Please sign in to comment.