setup.py: give up trying to check for PyQt

This commit is contained in:
Sebastien Bourdeauducq 2016-02-08 19:42:08 +01:00
parent 1830d6a62e
commit 13a8f9c7ca
1 changed files with 2 additions and 1 deletions

View File

@ -10,9 +10,10 @@ if sys.version_info[:3] < (3, 5, 1):
raise Exception("You need Python 3.5.1+")
# Depends on PyQt5, but setuptools cannot check for it.
requirements = [
"sphinx", "sphinx-argparse", "pyserial", "numpy", "scipy",
"python-dateutil", "prettytable", "h5py", "PyQt5",
"python-dateutil", "prettytable", "h5py",
"quamash", "pyqtgraph", "pygit2", "aiohttp",
"llvmlite_artiq", "pythonparser", "python-Levenshtein",
"lit", "OutputCheck",