remove xx dependencies (#29263)

* rm xx deps

* mv that

* fix

* fix a path

* relock

* relock

* update

* update sentry

* update

* revert sentry

* Update lock

* Dummy pip package

* Not needed with poetry

* dont need dummy

---------

Co-authored-by: Bruce Wayne <harald.the.engineer@gmail.com>
This commit is contained in:
Adeeb Shihadeh
2023-08-11 20:05:44 -07:00
committed by GitHub
parent f5a361a111
commit 0ced56b2ea
8 changed files with 139 additions and 5025 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ if [ -z "$OPENPILOT_ENV" ] && [ -n "$RC_FILE" ] && [ -z "$CI" ]; then
fi
# install python dependencies
$ROOT/update_requirements.sh
$DIR/install_python_dependencies.sh
eval "$(pyenv init --path)"
echo "[ ] installed python dependencies t=$SECONDS"