wide-midnight-78598
03/01/2022, 12:45 AMbackend_packages
to a github repo?
I'm trying to figure out a way to share some plugins across projects and with clientsfast-nail-55400
03/01/2022, 12:46 AMplugins
config option to install PyPi packages for Pants itself. Then you can reference baclend_packages
from whatever was installed that way.fast-nail-55400
03/01/2022, 12:47 AMtoolchain.pants.plugin
which handles, among other things, integration of Pants CI with the Toolchain Remote Cache. https://github.com/pantsbuild/pants/blob/3d7f6a666776a418dfdec054e268fd64cf23da97/pants.toml#L33wide-midnight-78598
03/01/2022, 12:47 AMfast-nail-55400
03/01/2022, 12:48 AMfast-nail-55400
03/01/2022, 12:49 AMplugins
allows installing from a private repository. I don’t know offhand whether it is general pip syntax for that field.happy-kitchen-89482
03/01/2022, 12:49 AMhappy-kitchen-89482
03/01/2022, 12:49 AMpython_repos
(https://www.pantsbuild.org/docs/reference-python-repos)happy-kitchen-89482
03/01/2022, 12:50 AMhappy-kitchen-89482
03/01/2022, 12:50 AMwide-midnight-78598
03/01/2022, 12:51 AMhundreds-father-404
03/01/2022, 1:31 AM