Skip to content

Commit 679d207

Browse files
authored
Merge pull request #19 from foozmeat/master
Removes the usb-midi package from the requirements
2 parents 457ca8d + ee30921 commit 679d207

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
author='Adafruit Industries',
3535
author_email='[email protected]',
3636

37-
install_requires=['Adafruit-Blinka',
38-
'usb-midi'],
37+
install_requires=['Adafruit-Blinka'],
3938

4039
# Choose your license
4140
license='MIT',

0 commit comments

Comments
 (0)