From d9e9b66494bf52606b67381c11aaa03534c2dce7 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 22 Mar 2016 21:56:09 +0800 Subject: [PATCH] depend on asyncserial --- conda/artiq/meta.yaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/artiq/meta.yaml b/conda/artiq/meta.yaml index 82e896dba..ab2aec2a6 100644 --- a/conda/artiq/meta.yaml +++ b/conda/artiq/meta.yaml @@ -41,7 +41,7 @@ requirements: - scipy - numpy - prettytable - - pyserial + - asyncserial - sphinx - sphinx-argparse - h5py diff --git a/setup.py b/setup.py index 6da010b70..9a09d88b0 100755 --- a/setup.py +++ b/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",