it should work just fine. when it is imported by y...
# general
w
it should work just fine. when it is imported by your
register.py
, the code is running as part of the pants process, so it shares that PYTHONPATH. if the code has 3rdparty dependencies, they need to be loaded into the same PYTHONPATH... easiest way to do that is by adding the requirements to
[GLOBAL] plugins:['x.y.z==$version']