Changeset - 95c7e803e748
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 14 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
...
 
@@ -11,13 +11,13 @@ django-settings-export~=1.2.1
 
django-capture-tag==1.0
 
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
 
factory_boy==3.1.0
 

	
0 comments (0 inline, 0 general)