|
|
|
|
|
by nhanb
2696 days ago
|
|
For python we've been using poetry[1] at work.
Dep resolution is a bit slow but otherwise it works well enough, definitely a saner choice than pulling in a completely different stack just for one tool. [1]: https://poetry.eustace.io/ |
|