File diff 34509d23eb9f → 37a7a41e2acc
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
 
psycopg2
 
psycopg2<2.9  # For Django 2.2 to avoid "AssertionError: database connection isn't set to UTC"
 

	
 
# For testing
 
django-nose==1.4.7
 
coverage==5.3
 
factory_boy==3.1.0