Adeeb Shihadeh 9a30c4f717 update .gitignore
2026-02-22 21:29:04 -08:00
2026-02-22 19:06:33 -08:00
2026-02-22 19:06:33 -08:00
2026-02-22 21:19:16 -08:00
2026-02-22 19:45:10 -08:00
2026-02-22 21:29:04 -08:00
2026-02-22 16:00:48 -08:00
2026-02-22 19:06:33 -08:00
2026-02-22 15:36:30 -08:00

dependencies

a central repo for managing and vendoring third party dependencies for all comma projects.

all of our projects are python projects, so each of these gets packaged as a pip project.

this vendoring serves a few goals:

  • all dependencies are centrally managed here
  • we can slim them down to only what we need
  • all platforms get the same versions installed
  • tighter control of distribution for fast installs (e.g. Ubuntu's apt-get is slow)

we target the following platforms:

  • Linux x86_64
  • Linux aarch64
  • Darwin aarch64 (Apple Silicon)

contributions welcome for other platforms!

Description
No description provided
Readme 7 MiB
2026-03-14 16:06:40 -05:00
Languages
Python 60%
Shell 40%