mirror of
https://github.com/romanz/amodem.git
synced 2026-04-18 20:25:59 +08:00
framing: remove bitarray dependancy
This commit is contained in:
2
setup.py
2
setup.py
@@ -25,7 +25,7 @@ setup(
|
||||
packages=['amodem'],
|
||||
tests_require=['pytest'],
|
||||
cmdclass={'test': PyTest},
|
||||
install_requires=['numpy', 'bitarray', 'argcomplete', 'pyaudio'],
|
||||
install_requires=['numpy', 'argcomplete', 'pyaudio'],
|
||||
platforms=['POSIX'],
|
||||
classifiers=[
|
||||
"Development Status :: 4 - Beta",
|
||||
|
||||
Reference in New Issue
Block a user