From 2b84e497b530f9e96a9989921d07633db1afcb81 Mon Sep 17 00:00:00 2001 From: K4YT3X Date: Sun, 13 Sep 2020 14:34:17 -0400 Subject: [PATCH] added pillow into requirements --- src/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 3ef23f1..39d887e 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,9 +1,10 @@ avalon_framework colorama patool +pillow pyqt5 -python-magic; platform_system != "Windows" python-magic-bin; platform_system == "Windows" +python-magic; platform_system != "Windows" pyyaml requests tqdm \ No newline at end of file