From aa9eb6f58dbbff5ef02908fc63e1908161258f7a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 25 Aug 2019 10:30:08 +0200 Subject: [PATCH] Add missing dependency for thumbnailer --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b6b8926..372c85f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ icalendar==4.0.2 Markdown==2.6.11 pelican==3.7.1 beautifulsoup4==4.6.3 -html5lib==1.0.1 \ No newline at end of file +html5lib==1.0.1 +Pillow==6.1.0