Closed alvarobartt closed 1 year ago
That's it, just to add pip-tools to lock the dependencies as hatchling is just the build backend and doesn't lock the dependencies, while poetry does everything, so the replacement of poetry should be hatchling + pip-tools, not just hatchling.
pip-tools
hatchling
poetry
That's it, just to add
pip-tools
to lock the dependencies ashatchling
is just the build backend and doesn't lock the dependencies, whilepoetry
does everything, so the replacement ofpoetry
should behatchling
+pip-tools
, not justhatchling
.