From: Cody Heimberger Date: Wed, 30 Jul 2014 22:03:16 +0000 (-0600) Subject: added pillow to the requirements.txt file for image uploads X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0360bc1534e891ef2d7aa1b95448dc4f6eed2188;p=django_quiz.git added pillow to the requirements.txt file for image uploads --- diff --git a/requirements.txt b/requirements.txt index bd8fabb..d90ec7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ django-model-utils==2.0.3 Django==1.6.5 +Pillow==2.5.0