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

💩 ocrd-galley: Work around OCR-D/core#730
All checks were successful
continuous-integration/drone/push Build is passing

OCR-D/core currently needs six until the next relaase. Fix the build by
requiring it here.
This commit is contained in:
Gerber, Mike 2021-11-05 17:05:54 +01:00
parent 7d26b049d1
commit a5c9c7438f

View file

@ -10,3 +10,4 @@ attrs
multimethod == 1.3 # latest version to officially support Python 3.5
tqdm
rapidfuzz >= 1.8.1
six # XXX workaround OCR-D/core#730