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