<@U051221NF> re:inrepo pants plugins with 3rd part...
# general
r
@happy-kitchen-89482 re:inrepo pants plugins with 3rd party deps, we do:
Copy code
[GLOBAL]
…
plugins: +[
    # Note this is effectively requirements.txt for the pants environment, so we need the deps of
    # our build dependancies, see: <https://github.com/pantsbuild/pants/issues/4001>
    "requests==2.5.3",
    “requests-futures==0.9.4”,