diff --git a/requirements.txt b/requirements.txt index 8ee3d1d..fdb3dde 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ colorama MarkupSafe ocrd >= 2.20.1 attrs -multimethod == 1.3 # latest version to officially support Python 3.5 +multimethod >= 1.3 tqdm rapidfuzz >= 2.4.2 six # XXX workaround OCR-D/core#730