From 3795d149abac1a462dd3b964417282bd9941b841 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 29 Jul 2020 11:18:57 +0200 Subject: [PATCH] Added Image to pipenv. --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index d86add7..ad3234d 100644 --- a/Pipfile +++ b/Pipfile @@ -8,6 +8,7 @@ verify_ssl = true [packages] django = "*" django-thumbs-v2 = "*" +image = "*" [requires] python_version = "3"