Use PostgreSQL instead of MariaDB

This commit is contained in:
Ben Sturmfels 2023-04-06 19:44:42 +10:00
parent afdc8a8776
commit 95c7e803e7
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -14,7 +14,7 @@ django-gapc-storage==0.5.2
django-waffle==2.0.0
# database
mysqlclient==2.0.1
psycopg2
# For testing
django-nose==1.4.7