Attempt to fix bookworm compatibility.

This commit is contained in:
orhtej2 2023-07-09 23:08:39 +02:00 committed by GitHub
parent 95070ec183
commit 892c0a7dc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ ram.runtime = "50M"
main.default = 8000
[resources.apt]
packages = "postgresql, postgresql-contrib, python3-venv, libpq-dev"
packages = "postgresql, postgresql-contrib, python3-venv, libpq-dev, python3-dev"
[resources.database]
type = "postgresql"