diff options
author | Eddy Pedroni <eddy@0xf7.com> | 2021-11-21 18:03:11 +0100 |
---|---|---|
committer | Eddy Pedroni <eddy@eddy.dev> | 2021-11-29 22:24:37 +0100 |
commit | 9d92121a67188995ced4aa2cc26d320475bb8c94 (patch) | |
tree | 0625499feaa11638e2df2139e87982c839b3c371 /requirements.txt | |
parent | fa5b0f760892bcbc2548ec0e516a716bd854ceef (diff) |
Fixed some bugs, added some midi buttons
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 62999c0..3dc4a37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,7 @@ -PyQt5>=5.6 sip mido +python-rtmidi + +PyQt5>=5.6 + +python-vlc |