• logging_strict@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    17 days ago

    i love requirements files, venv, and pyenv.

    Bringing requirements into pyproject.toml does not have enough value add to bother with. My requirements files are hierarchical. Extensively using -r and -c options AND venv aware.

    pep751 does bring value, by stating both the host url and the hash of every package.

    setuptools will fight this to continue their strange hold on Python