Hey, I’m writing a pants plugin and I’m trying to ...
# general
e
Hey, I’m writing a pants plugin and I’m trying to use boto3 in it. Is there some specific way to add 3rdparty dependencies to pants plugins? Pants is failing on the boto3 import when I add the dependency in the BUILD file
w
This was asked several days ago:
e
Thanks! @wonderful-winter-39732
f
Since a couple folks have run into this, it might be good to update the plugin docs (https://www.pantsbuild.org/howto_plugin.html) so they include a note about it. Their source is https://github.com/pantsbuild/pants/blob/master/src/docs/howto_plugin.md