# What python libraries are supported by Pickaxe?

**URL:** https://community.pickaxe.co/t/what-python-libraries-are-supported-by-pickaxe/8232
**Category:** General
**Created:** [March 14, 2026, 3:58pm UTC](https://community.pickaxe.co/t/what-python-libraries-are-supported-by-pickaxe/8232 "2026-03-14T15:58:09Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![danny\_support](https://yyz2.discourse-cdn.com/flex004/user_avatar/community.pickaxe.co/danny_support/32/3492_2.png) [@danny\_support](https://community.pickaxe.co/u/danny_support)
#### Post date: [March 17, 2026, 9:31pm UTC](https://community.pickaxe.co/t/what-python-libraries-are-supported-by-pickaxe/8232/2 "2026-03-17T21:31:11Z")

</div>

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.

 ![Screenshot 2025-10-20 at 9.41.33 AM](https://canada1.discourse-cdn.com/flex004/uploads/pickaxeproject/original/2X/3/3be8c9f310de18e8b13c0d43ebcc46249d201208.png)

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.

> [@Supported Python Packages](https://community.pickaxe.co/t/supported-python-packages/7356/2):
>
> Actually, any package available in python through pip is supported. You just need to add it to the additional packages section at the bottom of the lefthand panel of the action builder!

---

_[View the full topic](https://community.pickaxe.co/t/what-python-libraries-are-supported-by-pickaxe/8232)._
