diff --git a/poetry.lock b/poetry.lock index ae75b3218..63eabb79a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4ac3a33f77a1bdeb86425eee75c840bfb57965878fc0b19d1b3f9b951cded1e -size 782602 +oid sha256:1eb6a79674894d4316898f52a2cca825a89221877c6b1d0d4d76cb58ebbbf042 +size 815216 diff --git a/pyproject.toml b/pyproject.toml index 96e4d84a9..3d6d79c4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,8 @@ documentation = "https://docs.comma.ai" [tool.poetry.dependencies] python = "~3.11" atomicwrites = "*" +aiohttp = "*" +aiortc = "*" casadi = "==3.6.3" cffi = "*" crcmod = "*" @@ -33,8 +35,10 @@ pillow = "*" poetry = "==1.2.2" protobuf = "==3.20.3" psutil = "*" +pyaudio = "*" pycapnp = "*" pycryptodome = "*" +pydub = "*" PyJWT = "*" pyopencl = "*" pyserial = "*" diff --git a/tools/mac_setup.sh b/tools/mac_setup.sh index d5b0f189b..9d0b6580c 100755 --- a/tools/mac_setup.sh +++ b/tools/mac_setup.sh @@ -54,6 +54,7 @@ brew "protobuf-c" brew "swig" brew "gcc@12" cask "gcc-arm-embedded" +brew "portaudio" EOS echo "[ ] finished brew install t=$SECONDS" diff --git a/tools/ubuntu_setup.sh b/tools/ubuntu_setup.sh index 97b706de5..63e8fcdf3 100755 --- a/tools/ubuntu_setup.sh +++ b/tools/ubuntu_setup.sh @@ -69,6 +69,7 @@ function install_ubuntu_common_requirements() { ocl-icd-libopencl1 \ ocl-icd-opencl-dev \ clinfo \ + portaudio19-dev \ qml-module-qtquick2 \ qtmultimedia5-dev \ qtlocation5-dev \