Changeset - 37a7a41e2acc
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 12 months ago 2023-04-24 06:38:32
ben@sturm.com.au
Pin upper limit on psycopg2 for Django 2.2 compatibility
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
requirements.txt
Show inline comments
...
 
@@ -14,7 +14,7 @@ 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
0 comments (0 inline, 0 general)