requirements_lockΒΆ

keywords: requirements.txt, constraints.txt, version pinning, version lock

protoprimer should be able to generate requirements_lock.txt file (optionally):

  • it should provide the exact version of packages

  • while the client dependency specs (e.g., in pyproject.toml) should provide version ranges

See also upgrade_venv.