|
|
|
|
|
by azag0
2801 days ago
|
|
For pure-python library projects, I found Poetry the best option these days (haven't tried Hatch). But it is still heavily under development, so it's not necessarily a black-box solution. The biggest pain point of Pipenv for me is that it cannot as yet selectively update a single dependency without updating the whole environment. |
|