Closed iLLiCiTiT closed 1 year ago
Force pip to not use colors when calling freeze.
Pip will use color characters during freeze, if has some available, which caused errors when parsing them. Changed how versions are split, instead of manual split is used regex.
Changelog Description
Force pip to not use colors when calling freeze.
Additional info
Pip will use color characters during freeze, if has some available, which caused errors when parsing them. Changed how versions are split, instead of manual split is used regex.