• logging_strict@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    21 hours ago

    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?