Hi @hurmuli ,
Any Python package that is available through pip can be used in a Pickaxe Action. To make a package available, add it to the Additional Packages section at the bottom of the Action Details page.
One important note: packages that are already part of Python’s standard library do not need to be added there. Those are already available by default and can simply be imported directly in your Action code.
