From 410aa8c5448217a47af7ba792b46b26702210c84 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 23 Nov 2020 09:39:23 -0500 Subject: [PATCH] [+] Import pygments and pillow --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index ce1700b..d7ad896 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,6 @@ six==1.15.0 tornado==6.1 tzlocal==2.1 requests==2.25.0 + +Pygments~=2.7.2 +Pillow~=8.0.1