dnscms: add psycopg2-binary

This commit is contained in:
2024-05-07 03:06:51 +02:00
parent 00afeb9c69
commit 3fdb4b92a2
2 changed files with 83 additions and 1 deletions

View File

@ -10,6 +10,7 @@ python = "^3.12"
wagtail = "^6.0.1"
django = "^5.0.4"
wagtail-grapple = "^0.25.1"
psycopg2-binary = "^2.9.9"
[tool.poetry.group.dev.dependencies]
ruff = "^0.3.4"