Skip to content

Commit

Permalink
build: require sounddevice
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Sep 7, 2022
1 parent 5ed2a27 commit b04242f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
packages=find_packages('cython', exclude=["test"]),
package_dir={"": "cython"},
cmake_languages=["C"],
install_requires=["sounddevice"],
)

1 comment on commit b04242f

@Ghishing
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setup.py

Please sign in to comment.