update dependencies

This commit is contained in:
Junzi Sun
2019-08-23 14:59:50 +02:00
parent 81d7cef6e8
commit 28a6e53d49
5 changed files with 39 additions and 25 deletions

View File

@@ -74,7 +74,7 @@ setup(
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=["numpy", "argparse"],
install_requires=["numpy", "argparse", "pyzmq", "pyrtlsdr"],
# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
# for example: