From 44f87cc5cfe8bb23a8e04fddee187b9056407741 Mon Sep 17 00:00:00 2001 From: Dillon Lareau Date: Tue, 17 Aug 2021 19:55:36 -0400 Subject: [PATCH] updated requirements to fix DB issue --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0913bf09..c494c344 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,9 +10,9 @@ django-ratelimit==1.1.0 coverage django-crispy-forms==1.8.1 gunicorn -psycopg2 +psycopg2==2.8.6 dj-database-url django-redis redis huey -sentry-sdk==0.14.2 \ No newline at end of file +sentry-sdk==0.14.2