feat: Add postgres support

This commit is contained in:
moanos [he/him] 2024-04-13 11:54:51 +02:00
parent b326534905
commit 7a00e902f5

View File

@ -34,7 +34,8 @@ dependencies = [
"model_bakery",
"markdown",
"Pillow",
"django-registration"
"django-registration",
"psycopg2-binary"
]
dynamic = ["version", "readme"]