mirror of https://github.com/m-labs/artiq.git
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.
|
# Depends on PyQt5, but setuptools cannot check for it.
|
||||||
requirements = [
|
requirements = [
|
||||||
"sphinx", "sphinx-argparse", "sphinxcontrib-wavedrom", "sphinx_rtd_theme",
|
|
||||||
"asyncserial", "numpy", "scipy",
|
"asyncserial", "numpy", "scipy",
|
||||||
"python-dateutil", "prettytable", "h5py",
|
"python-dateutil", "prettytable", "h5py",
|
||||||
"quamash", "pyqtgraph", "pygit2", "aiohttp",
|
"quamash", "pyqtgraph", "pygit2", "aiohttp",
|
||||||
"llvmlite_artiq", "pythonparser", "python-Levenshtein",
|
"llvmlite_artiq", "pythonparser", "python-Levenshtein",
|
||||||
"lit", "OutputCheck",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
console_scripts = [
|
console_scripts = [
|
||||||
|
|
Loading…
Reference in New Issue