depend on asyncserial

This commit is contained in:
Sebastien Bourdeauducq 2016-03-22 21:56:09 +08:00
parent b5441fd107
commit d9e9b66494
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ requirements:
- scipy
- numpy
- prettytable
- pyserial
- asyncserial
- sphinx
- sphinx-argparse
- h5py

View File

@ -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",