No offence

  • Bruce@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 year ago

    From approved environments: pip freeze > requirements.txt ?

    • abraxas@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      So let’s say I want to add a library not currently being used in this project, but that might have been approved for another project in another repo? How does pip freeze solve that problem? Do python users endorse a “every single python app in the entire org should use the same requirements.txt” mindset? Or what am I missing?