|
|
|
|
|
by wyuenho
1438 days ago
|
|
Set up direnv, and then: cd /your/project && echo "layout python" > .envrc && direnv allow
Give it a go then tell me what the point is for any of these poetry/pipenv/hatch/flit/pdm/pyflow thingy if neither you or your teammates work on Windows. |
|
The main reason to use poetry is sane dependency management the way it exists for most other ecosystems (bundler, cargo, npm, maven, gradle, ...). In particular, that includes lockfiles.