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

* add body packages

* update poetry lock
old-commit-hash: 156c7a84e8
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

4
poetry.lock generated
View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4ac3a33f77a1bdeb86425eee75c840bfb57965878fc0b19d1b3f9b951cded1e
size 782602
oid sha256:1eb6a79674894d4316898f52a2cca825a89221877c6b1d0d4d76cb58ebbbf042
size 815216

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 \