Open coretl opened 10 months ago
We should add support for a lockfile generated by pip-compile as per: https://github.com/coretl/copier-example/blob/e0522edda32d861885e5ea9211e263464b4d6461/pyproject.toml#L111-L119
pip-compile
Unfortunately this will not work with dependabot because of: https://github.com/dependabot/dependabot-core/issues/8381 https://github.com/dependabot/dependabot-core/issues/5140
When these are fixed we can add lockfile support back in
We should add support for a lockfile generated by
pip-compile
as per: https://github.com/coretl/copier-example/blob/e0522edda32d861885e5ea9211e263464b4d6461/pyproject.toml#L111-L119Unfortunately this will not work with dependabot because of: https://github.com/dependabot/dependabot-core/issues/8381 https://github.com/dependabot/dependabot-core/issues/5140
When these are fixed we can add lockfile support back in