Skip to content

Commit bca32d7

Browse files
authored
Merge pull request #3 from idbrii/add-mido
Add mido as dependency
2 parents 0f34afc + 45bd9e9 commit bca32d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
packages=['textbeat','textbeat.def','textbeat.presets'],
1616
include_package_data=True,
1717
install_requires=[
18-
'pygame','colorama','prompt_toolkit','appdirs','pyyaml','docopt','future','shutilwhich'
18+
'pygame','colorama','prompt_toolkit','appdirs','pyyaml','docopt','future','shutilwhich','mido'
1919
],
2020
entry_points='''
2121
[console_scripts]

0 commit comments

Comments
 (0)