I was just editing my Dockerfile and suddenly IntelliJ showed me the message “No” without any context.

  • mickkc@lmy.ndu.wtfOP
    link
    fedilink
    arrow-up
    0
    ·
    14 days ago

    I don’t quite understand that. I did some research, and I read that the requirements.txt is somehow generated from requirements.in. But what is the difference between the two files then? Could you give me an example of what a requirements.in file would look like?

    Thank you!

    • scrion@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      14 days ago

      Please use a pyproject.toml file for both project setup and dependency management. It actually is standardized now in PEPs.

      uv is a great tool, now comes with a build tool as well. It has become a de-facto standard.