Closed changeling closed 4 years ago
Using the --color flag, the code fails with a reference to coloredlogs which is not installed via requirements.txt. Might be a good idea to add that in there.
--color
coloredlogs
requirements.txt
It's intentionally an optional dependency.
Or do that. :) 💯
Using the
--color
flag, the code fails with a reference tocoloredlogs
which is not installed viarequirements.txt
. Might be a good idea to add that in there.