Skip to main content

Python Packages

Dropbase makes it easy to work with any Python package: if a Python package that can be installed with pip install then it can also be installed in the Dropbase environment.

Dropbase provides a requirements-custom.txt file where you can enter any package you want to install to your Dropbase environment. To do that, simply enter each package in a new line, just as you would when specifying requirements for a Python project, and re-run the docker-compose up command.

Step-by-step guide to install Python packages in Dropbase.

tip

If you want to use code that is not distributed as a Python package, see Custom Libraries