2021-08-17 18:48:25 +02:00
|
|
|
# This file contains a list of package dependencies.
|
|
|
|
[common]
|
2021-11-09 10:21:40 +01:00
|
|
|
python3 = buster, bullseye, bionic, focal
|
|
|
|
python3-pip = buster, bullseye, bionic, focal
|
|
|
|
python3-venv = buster, bullseye, bionic, focal
|
2021-08-17 18:48:25 +02:00
|
|
|
|
|
|
|
[django]
|
2021-11-09 10:21:40 +01:00
|
|
|
uwsgi = buster, bullseye, bionic, focal
|
|
|
|
uwsgi-plugin-python3 = buster, bullseye, bionic, focal
|
2021-08-17 19:28:14 +02:00
|
|
|
|
|
|
|
[psycopg2]
|
|
|
|
# See https://www.psycopg.org/docs/install.html#install-from-source
|
2021-11-09 10:21:40 +01:00
|
|
|
python3-dev = buster, bullseye, bionic, focal
|
|
|
|
libpq-dev = buster, bullseye, bionic, focal
|