From 6d9a8648da0bda6c44c607069f68ba71b2d211fc Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 22 May 2022 20:36:50 -0500 Subject: [PATCH] Add imghdr to Pipfile --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 5566dd6..d369738 100644 --- a/Pipfile +++ b/Pipfile @@ -12,6 +12,7 @@ unidecode = "*" lxml = "*" rich = "*" python-dotenv = "*" +imghdr = "*" [dev-packages]