mirror of
https://github.com/romanz/amodem.git
synced 2026-04-19 12:46:00 +08:00
setup.py: remove pyaudio from requirements
This commit is contained in:
@@ -10,7 +10,6 @@ before_install:
|
||||
- sudo apt-get install portaudio19-dev
|
||||
|
||||
install:
|
||||
- pip install git+http://people.csail.mit.edu/hubert/git/pyaudio.git
|
||||
- pip install .
|
||||
- pip install coveralls pep8 mock
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
numpy
|
||||
git+http://people.csail.mit.edu/hubert/git/pyaudio.git
|
||||
argcomplete
|
||||
|
||||
2
setup.py
2
setup.py
@@ -25,7 +25,7 @@ setup(
|
||||
packages=['amodem'],
|
||||
tests_require=['pytest'],
|
||||
cmdclass={'test': PyTest},
|
||||
install_requires=['numpy', 'argcomplete', 'pyaudio'],
|
||||
install_requires=['numpy'],
|
||||
platforms=['POSIX'],
|
||||
classifiers=[
|
||||
"Development Status :: 4 - Beta",
|
||||
|
||||
Reference in New Issue
Block a user