Skip to content

Commit

Permalink
setup.py: fix PyQt5 package name
Browse files Browse the repository at this point in the history
sbourdeauducq committed Feb 8, 2016
1 parent d873c25 commit 1830d6a
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
@@ -12,7 +12,7 @@

requirements = [
"sphinx", "sphinx-argparse", "pyserial", "numpy", "scipy",
"python-dateutil", "prettytable", "h5py", "pyqt5",
"python-dateutil", "prettytable", "h5py", "PyQt5",
"quamash", "pyqtgraph", "pygit2", "aiohttp",
"llvmlite_artiq", "pythonparser", "python-Levenshtein",
"lit", "OutputCheck",

0 comments on commit 1830d6a

Please sign in to comment.