https://pantsbuild.org/ logo
#general
Title
# general
w

witty-crayon-22786

03/14/2019, 7:39 PM
in pants?
could take a look at https://www.pantsbuild.org/python_readme.html ... you need dependencies on the relevant code declared in your BUILD file
a

ancient-petabyte-32039

03/14/2019, 7:43 PM
Copy code
dependencies = [
        'src/main/python/company/package1',
    ],
?
7 Views