libpq-dev is required for psycopg2 in production
This is a package for the API.
This commit is contained in:
parent
62938c3a83
commit
01141606fd
2 changed files with 5 additions and 1 deletions
|
@ -7,3 +7,8 @@ python3-virtualenv = buster, bionic
|
|||
[django]
|
||||
uwsgi = buster, bionic
|
||||
uwsgi-plugin-python3 = buster, bionic
|
||||
|
||||
[psycopg2]
|
||||
# See https://www.psycopg.org/docs/install.html#install-from-source
|
||||
python3-dev = buster, bionic
|
||||
libpq-dev = buster, bionic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue