I stumbled upon this while researching package management options for python, and found it a really interesting read.

I like python as a language but this mess is something that needs to be addressed for me to consider python for future projects. I can’t imagine how confusing it must be for new users.

  • stilgar [he/him]
    link
    English
    210 months ago

    It would be interesting to hear what you mean about the lock file being updated. Many Poetry commands should and do touch the lock, like poetry add or poetry update, but of course poetry installshould leave it untouched.

    • @Fenzik@lemmy.ml
      link
      fedilink
      English
      110 months ago

      But if I want to add a single new dependency, then I probably don’t want all the rest updated at the same time