• @[email protected]
    link
    fedilink
    322 days ago

    Here I am still using requirements.txt and the built in venv. Sure poetry looks cool. I just don’t have it everywhere. Now I just have to wait 5 years before I can reliably use a pylock.toml. Progress!

    • @[email protected]
      link
      fedilink
      1
      edit-2
      20 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