DiamondLightSource / python-copier-template

Diamond's opinionated copier template for pure Python projects managed by pip
Apache License 2.0
5 stars 4 forks source link

Add lockfile support #36

Open coretl opened 10 months ago

coretl commented 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

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