hatch
hatch copied to clipboard
What is analog to `poetry add` and `pdm add` in hatch?
What is similar command in hatch for add dependencies to the virtual env? like;
from the documentation you need to add dependencies to pyproject.toml manually
Those commands are coming soon.
Those commands are coming soon.
Nice! Is there a tracking issue with things we can help out with?
It would be interesting to precise some details about the implementation.
For instance it could be nice to add lockfiles for some extra, maybe with a configurable format (or it could be opinionated).
For instance the development and docs generation dependencies could be locked via pip-compile or uv pip compile if configured to ensure similar docs builds and test envs among developers.
Though for a library we do not generally want to lock dependencies but only to emit the pyproject.toml constraints