Hey team, is there an easy way to add `dependencie...
# plugins
s
Hey team, is there an easy way to add
dependencies
to an existing
PythonToolBase
without writing a plugin? E.g. add a python module to sqlfluff pex If it's only possible with a plugin, should I use
<http://PythonToolBase.to|PythonToolBase.to>_pex_request(sources=my_extra_sources_digest)
? or smth else
h
You can set the
requirements
to whatever you want in config, no?
s
I want to add my first party python module
sqlfluff supports loading python modules via `library_path`: https://docs.sqlfluff.com/en/stable/configuration/templating/jinja.html#library-templating
h
Ah, that would be tricky at the moment without publishing
Interesting use case though