mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 05:24:06 +08:00
* Try poetry
* Remove casadi for now
* Update docker
* Copy pipfiles
* add casadi back
* Too many slashes
* New poetry api
* Install system
* Try again
* No more pipenv
* new dependencies
* updates
* poetry 1.2.1, install dev dependencies
* keep install pipenv for xx for now?
* add pre-commit checks for poetry
* poetry lock is too slow
* update pip
* migrate to poetry groups
* update lockfile
* don't need to specify dev group unless it is made optional
* always install poetry
* set POETRY_VIRTUALENVS_CREATE instead, and use pipenv for xx
* use env for docs docker image
* alphabetical
* poetry 1.2.2
* add dev dependencies for typing
added in aacf6ae3
* remove constraint
* fix PIPENV_SYSTEM
* remove constraint
* don't need this here
* bump
* bump pipenv
adds support for installing local pyprojects (can add openpilot as dependency of xx)
* README improvements
* probably not necessary
* bump pip
* maybe not necessary?
* revert
* don't install openpilot itself into the virtual env
* remove PySide2 and shiboken2
reverts 3e41c775cbf670740ac648a8614d2d6b433312fe
* remove Pipenv, add xx dependencies, sync system python
* add pipenv as xx dep
* semver package constraints, use old lockfile versions
* fix casadi
* remove whitespace
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* disable poetry cache
* cleanup
* prefer config file
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: a98d105cb9
88 lines
1020 B
Plaintext
88 lines
1020 B
Plaintext
venv/
|
|
.env
|
|
.clang-format
|
|
.DS_Store
|
|
.tags
|
|
.ipynb_checkpoints
|
|
.idea
|
|
.overlay_init
|
|
.overlay_consistent
|
|
.sconsign.dblite
|
|
.vscode*
|
|
model2.png
|
|
a.out
|
|
.hypothesis
|
|
|
|
*.dylib
|
|
*.DSYM
|
|
*.d
|
|
*.pyc
|
|
*.pyo
|
|
.*.swp
|
|
.*.swo
|
|
.*.un~
|
|
*.tmp
|
|
*.o
|
|
*.o-*
|
|
*.os
|
|
*.os-*
|
|
*.so
|
|
*.a
|
|
*.clb
|
|
*.class
|
|
*.pyxbldc
|
|
*.vcd
|
|
*.qm
|
|
config.json
|
|
clcache
|
|
compile_commands.json
|
|
compare_runtime*.html
|
|
|
|
persist
|
|
board/obj/
|
|
selfdrive/boardd/boardd
|
|
selfdrive/logcatd/logcatd
|
|
selfdrive/mapd/default_speeds_by_region.json
|
|
system/proclogd/proclogd
|
|
selfdrive/ui/_ui
|
|
selfdrive/test/longitudinal_maneuvers/out
|
|
selfdrive/visiond/visiond
|
|
selfdrive/sensord/_gpsd
|
|
selfdrive/sensord/_sensord
|
|
system/camerad/camerad
|
|
system/camerad/test/ae_gray_test
|
|
selfdrive/modeld/_modeld
|
|
selfdrive/modeld/_dmonitoringmodeld
|
|
/src/
|
|
|
|
one
|
|
openpilot
|
|
notebooks
|
|
xx
|
|
yy
|
|
hyperthneed
|
|
panda_jungle
|
|
provisioning
|
|
|
|
.coverage*
|
|
coverage.xml
|
|
htmlcov
|
|
pandaextra
|
|
|
|
.mypy_cache/
|
|
flycheck_*
|
|
|
|
cppcheck_report.txt
|
|
comma*.sh
|
|
|
|
selfdrive/modeld/thneed/compile
|
|
selfdrive/modeld/models/*.thneed
|
|
|
|
*.bz2
|
|
|
|
build/
|
|
|
|
!**/.gitkeep
|
|
|
|
poetry.toml
|