Another odd question. Is it possible to have pants...
# general
w
Another odd question. Is it possible to have pants build a pex without third party dependencies? Just infer first-party? I tried to add "!//:airflow" to both the top-level python library and also to pex_binary, but it still tried to build with the dependency.
w
you probably want
!!
on your
pex_binary
w
Oops, missed the transitive part. Thank you.
Just so you know where my brain was at, I was mainly looking at the Python Third Party dependencies page and the pex_binary page. Didn't think to look at build files page. I'm not sure if it'd be useful to link back to that page from there?
w
yea, that would be useful!