how do you write a pants plugin that uses 3rdparty...
# general
f
how do you write a pants plugin that uses 3rdparty deps? my plugin seems to work w/ just loose source files w/o a BUILD file, but then I can’t declare that I need to use any 3rdparty deps. When I try to add a BUILD file it doesn’t seem to help, but I can’t tell if pants is even looking at that BUILD file