Pin upper limit on psycopg2 for Django 2.2 compatibility

This commit is contained in:
Ben Sturmfels 2023-04-24 15:40:33 +10:00
parent 34509d23eb
commit 37a7a41e2a
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -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