From bb1e854ab384a9585dba11c097ff0136ee0de7a5 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sat, 15 Jan 2022 20:01:36 -0800 Subject: [PATCH] Add Pillow (imagekit dependency) --- Pipfile | 3 ++- requirements.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 50130075..7f6c3194 100644 --- a/Pipfile +++ b/Pipfile @@ -15,6 +15,7 @@ django-widget-tweaks = "*" djangorestframework = "*" faker = "*" gunicorn = "*" +pillow = "*" plotly = "*" psycopg2-binary = "*" python-dotenv = "*" @@ -26,6 +27,6 @@ whitenoise = "*" coveralls = "*" flake8 = "*" ipaddress = "*" -tblib = "*" mkdocs = "*" mkdocs-material = "*" +tblib = "*" diff --git a/requirements.txt b/requirements.txt index 4271c0da..1130dd0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,6 +30,7 @@ markuppy==1.14 odfpy==1.4.1 openpyxl==3.0.9 pilkit==2.0 +pillow==9.0.0 plotly==5.5.0 psycopg2-binary==2.9.3 python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'