pip-tools

From ym2149.org
Revision as of 10:37, 25 March 2024 by Andrzej (talk | contribs) (Created page with "{{lowercase}} * declare what your repo actually uses in requirements.in * use pip-tools to maintain and check requirements.txt ** use requirements.txt for testing and deployment * lib setup.py should read requirements.in ** an extra that i call frozen can read requirements.txt if you want to depend on the lib along with the dependencies it was tested against Category:Programming Category:Python")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

  • declare what your repo actually uses in requirements.in
  • use pip-tools to maintain and check requirements.txt
    • use requirements.txt for testing and deployment
  • lib setup.py should read requirements.in
    • an extra that i call frozen can read requirements.txt if you want to depend on the lib along with the dependencies it was tested against