1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00

🐛 Bump rapidfuzz dep to >= 2.0.5 (Fixes gh-65)

This commit is contained in:
Gerber, Mike 2022-02-28 14:35:54 +01:00
parent 195354c6d4
commit 76bacc0f15

View file

@ -9,5 +9,5 @@ ocrd >= 2.20.1
attrs
multimethod == 1.3 # latest version to officially support Python 3.5
tqdm
rapidfuzz >= 1.9.1
rapidfuzz >= 2.0.5
six # XXX workaround OCR-D/core#730