Skip to content

Commit

Permalink
Missing setup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Jan 19, 2015
1 parent c6d8f40 commit 01f804b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -41,6 +41,8 @@
],
install_requires=[
'numpy',
'ctypes',
'PyAudio', # tests and examples
],
test_suite='test',
classifiers = [
Expand Down

0 comments on commit 01f804b

Please sign in to comment.