ruamel.yaml is missing in pyproject.toml
Closed this issue · 1 comments
marillat commented
FastFlix Version:
5.7.4
Operating System:
Debian amd64 unstable
Describe the bug
FastFix call ruamel.yaml
in two places but declaration is missing in pyproject.toml
fastflix/entry.py: import ruamel.yaml
fastflix/ff_queue.py:from ruamel.yaml import YAMLError
cdgriffith commented
Hi @marillat it is pulled in as part of python-box[all]
that's what the "extra requires" does with the all
.
Can see in that project what that brings in: