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]
|
2022-09-09 20:15:30 +02:00
|
|
|
python3 = bullseye, focal
|
|
|
|
python3-pip = bullseye, focal
|
|
|
|
gunicorn = bullseye, focal
|
|
|
|
python3-gunicorn = bullseye, focal
|
|
|
|
python3-uvicorn = bullseye, focal
|
|
|
|
python3-httptools = bullseye, focal
|
|
|
|
python3-uvloop = bullseye, focal
|
2021-08-17 19:28:14 +02:00
|
|
|
|
|
|
|
[psycopg2]
|
|
|
|
# See https://www.psycopg.org/docs/install.html#install-from-source
|
2022-09-09 20:15:30 +02:00
|
|
|
build-essential = bullseye, focal
|
|
|
|
python3-dev = bullseye, focal
|
|
|
|
libpq-dev = bullseye, focal
|