From 173ae24aa823e1468f2a9cc3b0e0b838b74ffe81ed06fe3e3ec3b8e78278cf01 Mon Sep 17 00:00:00 2001 From: PioApocalypse Date: Mon, 27 Apr 2026 15:23:18 +0200 Subject: [PATCH] adds pillow (PIL) to requirements for image processing --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 191c910..4901cfd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ requests asyncio -h5py \ No newline at end of file +h5py +pillow \ No newline at end of file