diff --git a/requirements.txt b/requirements.txt index 11d1dcf..7a2c39d 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.7.0 six # XXX workaround OCR-D/core#730