15 lines
402 B
INI
15 lines
402 B
INI
# This file contains a list of package dependencies.
|
|
[common]
|
|
python3 = buster, bionic, focal
|
|
python3-pip = buster, bionic, focal
|
|
python3-venv = buster, bionic, focal
|
|
|
|
[django]
|
|
uwsgi = buster, bionic, focal
|
|
uwsgi-plugin-python3 = buster, bionic, focal
|
|
|
|
[psycopg2]
|
|
# See https://www.psycopg.org/docs/install.html#install-from-source
|
|
python3-dev = buster, bionic, focal
|
|
libpq-dev = buster, bionic, focal
|