Hi guys. We are trying to use a module that does n...
# general
i
Hi guys. We are trying to use a module that does not conform to pep naming conventions, so pants isn't picking the dependency up. Any ideas on how to get around this issue? https://github.com/cduck/drawSvg/issues/23
b
h
The dependency exposes a module different than the default Pants uses, e.g. Python's ansicolors exposing colors.
• Python: set the modules field and module_mapping fields.
i
Yup! Worked perfectly. Thanks.
❤️ 1