remove mandatory pyrtlsdr dependency

This commit is contained in:
Junzi Sun
2020-08-17 01:19:16 +02:00
parent 0ced97e3eb
commit 7a4c465f7d
3 changed files with 10 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ details = dict(
],
keywords="Mode-S ADS-B EHS ELS Comm-B",
packages=find_packages(exclude=["contrib", "docs", "tests"]),
install_requires=["numpy", "pyzmq", "pyrtlsdr"],
install_requires=["numpy", "pyzmq"],
package_data={"pyModeS": ["*.pyx", "*.pxd"]},
scripts=["pyModeS/streamer/modeslive"],
)