remove asyncserial dependency

pull/1311/head
Sebastien Bourdeauducq 2019-04-20 10:51:29 +08:00
parent 119f64243f
commit d958b20bb8
4 changed files with 2 additions and 4 deletions

View File

@ -29,7 +29,6 @@ requirements:
- scipy
- numpy
- prettytable
- asyncserial
- sphinx 1.4.8
- sphinx-argparse
- sphinxcontrib-wavedrom

View File

@ -35,7 +35,6 @@ requirements:
- scipy
- numpy
- prettytable
- asyncserial
- h5py 2.8
- python-dateutil
- pyqt >=5.5

View File

@ -32,7 +32,7 @@ mock_modules = ["artiq.gui.waitingspinnerwidget",
"artiq.compiler.embedding",
"quamash", "pyqtgraph", "matplotlib",
"numpy", "dateutil", "dateutil.parser", "prettytable", "PyQt5",
"h5py", "serial", "scipy", "scipy.interpolate", "asyncserial",
"h5py", "serial", "scipy", "scipy.interpolate",
"llvmlite_artiq", "Levenshtein", "aiohttp", "pythonparser"]
for module in mock_modules:

View File

@ -12,7 +12,7 @@ if sys.version_info[:3] < (3, 5, 3):
# Depends on PyQt5, but setuptools cannot check for it.
requirements = [
"asyncserial", "numpy", "scipy",
"numpy", "scipy",
"python-dateutil", "prettytable", "h5py",
"quamash", "pyqtgraph", "pygit2", "aiohttp",
"llvmlite_artiq", "pythonparser", "python-Levenshtein",