reqompyler.reqcompyle

reqompyler.reqcompyle(in_folder, out_folder, tld, ignore)[source]

Compile requirements files using pip-tools.

Parameters
  • in_folder (pathlib.Path) – Path to the folder with your requirements.in files.

  • out_folder (pathlib.Path) – Path to the folder were the pinned requirements file will be saved.

  • tld (pathlib.Path) – Top level directory of your package, if passed, copies pinned the dev.txt as requirements.txt to this location.

  • ignore (list of [pathlib.Path]) – Array of requirements files (without extension) to ignore.

Return type

None