alphagov / consent-api

Service for sharing user consent to cookies across multiple domains
https://consent-api-bgzqvpmbyq-nw.a.run.app
MIT License
8 stars 0 forks source link

Use poetry for dependencies management #145

Closed guilhem-fry closed 1 year ago

guilhem-fry commented 1 year ago

Amongst its advantages:

Easier management of various groups (dev, ci, prod etc.)

poetry.lock: all devs in the team have the same sub-dependencies

Uses pyproject.toml for consistency

Intuitive CLI

Performance for module resolution, generally faster