8000 Add mido as dependency · flipcoder/textbeat@45bd9e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 45bd9e9

Browse files
committed
Add mido as dependency
Fix error: Traceback (most recent call last): File "C:\apps\Python\Python37\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "C:\apps\Python\Python37\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "E:\clones\textbeat\textbeat\__main__.py", line 50, in <module> from .defs import * File "E:\clones\textbeat\textbeat\defs.py", line 10, in <module> import mido ModuleNotFoundError: No module named 'mido'
1 parent 0f34afc commit 45bd9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
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)
0