From 715443e211c4a0b2d313f3ecbfbd1d399caeaa83 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Wed, 1 Feb 2017 23:24:54 +0100 Subject: [PATCH] setup.py: remove doc and test dependencies --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 6cf55892a..1d5a9fd57 100755 --- a/setup.py +++ b/setup.py @@ -12,12 +12,10 @@ if sys.version_info[:3] < (3, 5, 2): # Depends on PyQt5, but setuptools cannot check for it. requirements = [ - "sphinx", "sphinx-argparse", "sphinxcontrib-wavedrom", "sphinx_rtd_theme", "asyncserial", "numpy", "scipy", "python-dateutil", "prettytable", "h5py", "quamash", "pyqtgraph", "pygit2", "aiohttp", "llvmlite_artiq", "pythonparser", "python-Levenshtein", - "lit", "OutputCheck", ] console_scripts = [