minus-squarelogging_strict@programming.devtoPython@programming.dev•Python Overtakes JavaScript as Most Popular Language on GitHublinkfedilinkarrow-up0·1 day agoU are not wrong. Dependency management is tough and often frustrating. Dealing with resolving dependency conflicts is unavoidable. This area is a constant focus of development, so could see improvements over time. Some packages to keep an eye on: pip & setuptools pip-tools (specifically pip-compile) https://pypi.org/project/pip-compile-multi/ poetry Any others i’ve missed? linkfedilink
U are not wrong.
Dependency management is tough and often frustrating. Dealing with resolving dependency conflicts is unavoidable. This area is a constant focus of development, so could see improvements over time.
Some packages to keep an eye on:
pip & setuptools
pip-tools (specifically pip-compile)
https://pypi.org/project/pip-compile-multi/
poetry
Any others i’ve missed?