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