2021-08-17 18:48:25 +02:00
|
|
|
# This file contains a list of package dependencies.
|
2022-01-13 06:12:50 +01:00
|
|
|
[python]
|
2021-11-09 10:21:40 +01:00
|
|
|
python3 = buster, bullseye, bionic, focal
|
|
|
|
python3-pip = buster, bullseye, bionic, focal
|
2022-09-01 15:51:09 +02:00
|
|
|
gunicorn = buster, bullseye, focal
|
|
|
|
python3-gunicorn = buster, bullseye, focal
|
|
|
|
python3-uvicorn = buster, bullseye, focal
|
|
|
|
python3-httptools = buster, bullseye, focal
|
|
|
|
python3-uvloop = buster, bullseye, focal
|
2021-08-17 19:28:14 +02:00
|
|
|
|
|
|
|
[psycopg2]
|
|
|
|
# See https://www.psycopg.org/docs/install.html#install-from-source
|
2022-06-06 13:52:35 +02:00
|
|
|
build-essential = buster, bullseye, bionic, focal
|
2021-11-09 10:21:40 +01:00
|
|
|
python3-dev = buster, bullseye, bionic, focal
|
|
|
|
libpq-dev = buster, bullseye, bionic, focal
|