2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

setup.py: fix PyQt5 package name

This commit is contained in:
Sebastien Bourdeauducq 2016-02-08 19:33:35 +01:00
parent d873c25b8b
commit 1830d6a62e

View File

@ -12,7 +12,7 @@ if sys.version_info[:3] < (3, 5, 1):
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",