• TunaLobster@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    19 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!

    • 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