setup.py: remove pyaudio from requirements

This commit is contained in:
Roman Zeyde
2015-01-06 14:47:31 +02:00
parent 93f0396bc5
commit 7f9e84dd02
4 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -1,2 +1,2 @@
numpy
git+http://people.csail.mit.edu/hubert/git/pyaudio.git
argcomplete

View File

@@ -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",

View File

@@ -6,7 +6,6 @@ deps=
mock
pep8
coverage
git+http://people.csail.mit.edu/hubert/git/pyaudio.git
commands=
pep8 amodem/ scripts/ tests/ amodem-cli
coverage run --source amodem/ -m py.test tests/