Changeset - 95c7e803e748
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 15 months ago 2023-04-06 09:44:42
ben@sturm.com.au
Use PostgreSQL instead of MariaDB
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
requirements.txt
Show inline comments
...
 
@@ -13,9 +13,9 @@ djangosaml2==0.50.0
 
django-gapc-storage==0.5.2
 
django-waffle==2.0.0
 

	
 
# database
 
mysqlclient==2.0.1
 
psycopg2
 

	
 
# For testing
 
django-nose==1.4.7
 
coverage==5.3
0 comments (0 inline, 0 general)