Features
* Belay now features a rudimentary package manager via the CLI interface. See [the docs](https://belay.readthedocs.io/en/latest/Package%20Manager.html) for details.
* Dependencies are specified by URLs to py files in `pyproject.toml`.
* Dependencies are downloaded/updated via `belay update` and cached to `.belay-lib/`. This directory **should** be committed to project git repos.
* Dependencies and project are minified/compiled and synced to device via `belay install`.