From 0c07bfd18fb4c140abac12b431019f0c2db1ec99 Mon Sep 17 00:00:00 2001 From: Timmy O'Mahony Date: Sun, 24 May 2020 00:56:51 +0100 Subject: [PATCH] Updated dependencies --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 00f9028..494d965 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ def run(self): # _Should_ work back to 1.1 but untested install_requires=[ "Django >= 2.1", + "Pillow" ], license='LICENSE.txt', cmdclass={"build": build_with_submodules, "develop": develop_with_submodules},