setup.py: remove doc and test dependencies

This commit is contained in:
Robert Jördens 2017-02-01 23:24:54 +01:00
parent e23be49208
commit 715443e211
1 changed files with 0 additions and 2 deletions

View File

@ -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 = [