Skip to content

Commit ee30921

Browse files
authored
Removes the usb-midi package from the requirements
usb-midi is built into Circuitpython and it not a separate package to install
1 parent 457ca8d commit ee30921

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)