From d8f84ec9ac6b77a241748b1b776a73d13fcb3516 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Mon, 23 Oct 2023 15:53:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20old=20six=20dependency?= =?UTF-8?q?=20(workaround=20for=20OCR-D/core#730)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fdb3dde..cdf0219 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,4 @@ attrs multimethod >= 1.3 tqdm rapidfuzz >= 2.4.2 -six # XXX workaround OCR-D/core#730 chardet