forked from M-Labs/artiq
setup.py: remove doc and test dependencies
This commit is contained in:
parent
e23be49208
commit
715443e211
2
setup.py
2
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 = [
|
||||
|
|
Loading…
Reference in New Issue