Merge pull request #38 from orhtej2/patch-1

Attempt to fix bookworm compatibility.
This commit is contained in:
oufmilo 2023-07-12 10:05:51 +02:00 committed by GitHub
commit 75e286a136
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"