From 592778ab29b9125703032e011d52455e44d840f4 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Mon, 9 Sep 2024 14:11:07 -0700 Subject: [PATCH] inputs is real dependency (#33524) inputs is real dep --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b42eb67141..2f4ce136b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,9 @@ dependencies = [ "casadi >=3.6.6", # 3.12 fixed in 3.6.6 "future-fstrings", + # joystickd + "inputs", + # these should be removed "psutil", "pycryptodome", # used in updated/casync, panda, body, and a test @@ -96,7 +99,6 @@ dev = [ "azure-storage-blob", "dictdiffer", "flaky", - "inputs", "lru-dict", "matplotlib", "metadrive-simulator @ https://github.com/commaai/metadrive/releases/download/MetaDrive-minimal/metadrive_simulator-0.4.2.3-py3-none-any.whl ; (platform_machine != 'aarch64')",