Question - if the name doesnt match then dependenc...
# general
g
Question - if the name doesnt match then dependency inference removes the package... eg
pybars3
in requirements.txt is used as
pybars
how do we get DI to ignore?
2
solved : python_requirements(module_mapping={"pybars3": ["pybars"]})
👍 3
b
Feel free to post a PR to Pants list of default module mappings!
Then when you upgrade you can get rid of yours. And others benefit
g
Where is this?