ynput / ayon-launcher

AYON desktop application launcher
Apache License 2.0
34 stars 15 forks source link

Pip requirements fix #19

Closed iLLiCiTiT closed 1 year ago

iLLiCiTiT commented 1 year ago

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.