Channels
welcome
github-notifications
development
announce
random
plugins
general
pex
Powered by
#general
Title
e
eager-librarian-15922
08/21/2018, 10:30 AM
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
wonderful-winter-39732
08/21/2018, 10:31 AM
This was asked several days ago:
https://pantsbuild.slack.com/archives/C046T6T9U/p1534369050000100
e
eager-librarian-15922
08/21/2018, 11:46 AM
Thanks!
@wonderful-winter-39732
f
fancy-queen-20734
08/22/2018, 4:45 PM
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
Post