Skip to content

Commit

Permalink
Add pyqt to setup(...install_requires...)
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Jan 19, 2015
1 parent 04bec2c commit 7c48fd6
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 @@ -57,7 +57,7 @@
url = 'http://github.com/tritemio/FRETBursts/',
download_url = 'http://github.com/tritemio/FRETBursts/',
install_requires = ['numpy', 'scipy', 'matplotlib', 'lmfit', 'pytables',
'seaborn'],
'seaborn', 'pyqt'],
license = 'GPLv2',
description = ("Burst analysis toolkit for single and multi-spot "
"smFRET data."),
Expand Down

0 comments on commit 7c48fd6

Please sign in to comment.