Skip to content

Commit

Permalink
setup.py: give up trying to check for PyQt
Browse files Browse the repository at this point in the history
sbourdeauducq committed Feb 8, 2016
1 parent 1830d6a commit 13a8f9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -10,9 +10,10 @@
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",

0 comments on commit 13a8f9c

Please sign in to comment.