bakefile.py can declare its own dependencies:
bakefile add-inline, or generate a new one with it from the start:
When to use it
Inline metadata suits non-Python projects without apyproject.toml. A single file carries its own dependencies, no project setup needed.
For Python projects, add bakefile to your project’s dependencies instead.
Managing dependencies
Thebakefile CLI wraps uv for PEP 723 bakefiles: sync, lock, add, and pip all target the bakefile’s own environment. See the bakefile CLI.