[commabody] Add body packages to op (#29162)

* add body packages

* update poetry lock
old-commit-hash: 156c7a84e8c57be07f3b49355f63f7af6b292bf2
This commit is contained in:
Vivek Aithal
2023-07-26 23:08:23 -07:00
committed by GitHub
parent 8837deee98
commit e8d84e11f5
4 changed files with 8 additions and 2 deletions

BIN
poetry.lock LFS generated

Binary file not shown.

View File

@@ -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 = "*"

View File

@@ -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"

View File

@@ -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 \