|
|
|
|
|
by aurbano
1104 days ago
|
|
We recently migrated to Poetry [1] for dependency management and so far it's been a breath of fresh air - it feels like what Python deps should've always been! You can even have dependency groups, to separate main/dev dependencies for instance. It also brings env management, and plays very nicely with Docker if you use containers. [1] https://python-poetry.org |
|
Admittedly only a single nit but it was still one of thr saddest most frustrating python experiences I've ever had.