From 9b75e21d0d7c796cb38e39cbc813bf29a65ca1bd Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Tue, 2 Nov 2021 20:28:40 -0700 Subject: [PATCH] Remove psycopg2-binary dependency (uncessary for Sandstorm and problematic) --- sandstorm.patch | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sandstorm.patch b/sandstorm.patch index 4deb1cd..5f5e030 100644 --- a/sandstorm.patch +++ b/sandstorm.patch @@ -1,8 +1,14 @@ diff --git a/Pipfile b/Pipfile -index 62a51bb..4a20390 100644 +index 62a51bb..26cd24f 100644 --- a/Pipfile +++ b/Pipfile -@@ -19,6 +19,7 @@ python-dotenv = "*" +@@ -13,12 +13,12 @@ faker = "*" + dj-database-url = "*" + gunicorn = "*" + whitenoise = "*" +-psycopg2-binary = "*" + easy-thumbnails = "*" + python-dotenv = "*" django-storages = "*" boto3 = "*" django-import-export = "*"