Is it possible to install packages through APT ?

Hi there,

I have a python workflow deployed as a little streamlit.io app.
This workflow collects some data (through external APIs) and generates pdf reports thanks to weasyprint.
I have to fully automate this workflow and run it on a weekly basis.
pipdream looks like a great solution to host my workflow.

Question : is it possible to install third-party distribution packages (not pip packages) on the pipeream VM (for instance with a package.txt like the one bellow) ?

package.txt
weasyprint

https://doc.courtbouillon.org/weasyprint/stable/first_steps.html#installation

1 Like