Skip to content

Commit

Permalink
Remove psycopg2-binary dependency (uncessary for Sandstorm and proble…
Browse files Browse the repository at this point in the history
…matic)
  • Loading branch information
cdubz committed Nov 3, 2021
1 parent 1a87a02 commit 9b75e21
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions sandstorm.patch
Original file line number Diff line number Diff line change
@@ -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 = "*"
Expand Down

0 comments on commit 9b75e21

Please sign in to comment.