cdgriffith/FastFlix

ruamel.yaml is missing in pyproject.toml

Closed this issue · 1 comments

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

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:

https://github.com/cdgriffith/Box/blob/master/setup.py#L70