ietf-tools / www

A customized CMS for the IETF website
BSD 3-Clause "New" or "Revised" License
22 stars 45 forks source link

refactor: Switch to pip-tools version pinning #353

Closed mgax closed 7 months ago

mgax commented 7 months ago

pip-tools is a popular tool for pinning a project's dependency versions. It makes it easier to manage major version upgrades and regular security updates.

I've organised dependencies as base, dev and docker, included a script to make it easy to run pip-tools on all 3 files, and updated the documentation.