libretime/api/packages.ini
Jonas L 41df76eed0
feat(api): replace uwsgi with gunicorn (#1785)
Related to #1719

BREAKING: The uwsgi packages and configuration files (`/etc/airtime/libretime-api.ini`) should be removed from the system.
2022-04-25 16:09:19 +02:00

12 lines
414 B
INI

# This file contains a list of package dependencies.
[python]
python3 = buster, bullseye, bionic, focal
python3-pip = buster, bullseye, bionic, focal
gunicorn = buster, bullseye, bionic, focal
python3-gunicorn = buster, bullseye, bionic, focal
[psycopg2]
# See https://www.psycopg.org/docs/install.html#install-from-source
python3-dev = buster, bullseye, bionic, focal
libpq-dev = buster, bullseye, bionic, focal