routemaster
routemaster copied to clipboard
Switch from PyYAML to ruamel.yaml
ruamel.yaml is a more modern fork of PyYAML, which:
- Uses YAML 1.3
- Has some neat round-tripping functionality,
- Is regularly maintained,
- Isn't using deprecated APIs which are due to break.