From e8cb204c0f488b198a8250f761cd81c6adf39e57 Mon Sep 17 00:00:00 2001 From: jimmy Date: Sat, 22 Nov 2025 16:20:19 +1300 Subject: [PATCH] Remove unneeded packages --- Pipfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 4b72a0c..1ad0285 100644 --- a/Pipfile +++ b/Pipfile @@ -7,16 +7,12 @@ name = "pypi" websockets = "*" watchfiles = "*" async-tkinter-loop = "*" -mido = "*" -python-rtmidi = "*" -pyaudio = "*" -aubio = "*" websocket-client = "*" [dev-packages] [requires] -python_version = "3.12" +python_version = "3" [scripts] main = "python main.py"