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
...
 
@@ -5,25 +5,25 @@ django-formset-js==0.5.0
 
whitenoise==5.2.0
 
dj-database-url==0.5.0
 
pylibmc==1.6.1
 
django-debug-toolbar==3.1.1
 
django-bootstrap-form==3.4
 
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
 

	
 
# Symposion reqs
 
django-appconf==1.0.4
 
django-model-utils==4.0.0
 
django-reversion==3.0.8
 
django-sitetree==1.16.0
 
django-taggit==1.3.0
0 comments (0 inline, 0 general)