From 2eced38416fe50fd9b3ed3ab5adfd201bfb506fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baybars=20K=C3=BClebi?= <40303490+gullabi@users.noreply.github.com> Date: Mon, 26 Jul 2021 21:01:25 +0200 Subject: [PATCH] update requirements.txt lack of Pillow module creates problems during runtime. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0d99e07..aca4566 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,10 @@ requests==2.25.1 fastapi==0.65.2 uvicorn==0.14.0 +Pillow==8.3.1 python-dotenv==0.18.0 aiofiles==0.7.0 python-multipart==0.0.5 jinja2==3.0.1 Markdown==3.3.4 -httpx==0.16.1 \ No newline at end of file +httpx==0.16.1