fix: Build psycopg2 from source, pin python minor version

This commit is contained in:
2024-10-10 14:33:18 +02:00
parent 17468097ec
commit 72dedb6b0c
2 changed files with 4 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ dependencies = [
"markdown",
"Pillow",
"django-registration",
"psycopg2-binary",
"psycopg2",
"django-crispy-forms",
"crispy-bootstrap4",
"djangorestframework",