high-yak-85899
01/21/2022, 11:54 PMimport requests
in my module and the dependencies
goal is not showing in the output. I know it's in my requirements.txt
and shows up in my constraints.txt
as expected (specifically requests==2.27.1
). I didn't see anything obvious in troubleshooting that was applicable. Any thoughts?enough-analyst-54434
01/22/2022, 12:00 AM./pants filedeps <path of module>
show files or error?high-yak-85899
01/22/2022, 12:04 AMmodule_mapping
to have "requests": ["requests"],
in it makes it show up."pyserial": ["serial"],
for exampleenough-analyst-54434
01/22/2022, 12:11 AMUpdating myNifty. Yeah, you shouldn't have to do that,to havemodule_mapping
in it makes it show up."requests": ["requests"],
happy-kitchen-89482
01/22/2022, 3:32 AMbitter-ability-32190
01/27/2022, 8:26 PMmodule_mapping
into https://github.com/pantsbuild/pants/blob/0eda46f20e69980ba2baf74d841d298d3374064e/[…]s/backend/python/dependency_inference/default_module_mapping.py)