News

The repository defines Bazel installation rules for multi-platform Python lock files. The major difference to pip rules in rules_python is that Python packages are installed as py_library targets and ...
Temporary workaround: Set python-lock-with in [tool.vulcan] section in pyproject.toml Possible (though not super nice) resolution: make python-lock-with mandatory when no-lock is not true.
Lock files make this possible by recording the dependencies and versions of packages. Less complexity for hosting providers The problem outlined in PEP 665 was that no standard Python lock file ...
Human-readable and machine-generated lock file will specify what direct and indirect dependencies should be installed into a Python environment.