forked from M-Labs/artiq
depend on asyncserial
This commit is contained in:
parent
b5441fd107
commit
d9e9b66494
|
@ -41,7 +41,7 @@ requirements:
|
|||
- scipy
|
||||
- numpy
|
||||
- prettytable
|
||||
- pyserial
|
||||
- asyncserial
|
||||
- sphinx
|
||||
- sphinx-argparse
|
||||
- h5py
|
||||
|
|
2
setup.py
2
setup.py
|
@ -12,7 +12,7 @@ if sys.version_info[:3] < (3, 5, 1):
|
|||
|
||||
# Depends on PyQt5, but setuptools cannot check for it.
|
||||
requirements = [
|
||||
"sphinx", "sphinx-argparse", "pyserial", "numpy", "scipy",
|
||||
"sphinx", "sphinx-argparse", "asyncserial", "numpy", "scipy",
|
||||
"python-dateutil", "prettytable", "h5py",
|
||||
"quamash", "pyqtgraph", "pygit2", "aiohttp",
|
||||
"llvmlite_artiq", "pythonparser", "python-Levenshtein",
|
||||
|
|
Loading…
Reference in New Issue