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