mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-08 19:30:01 +02:00
🔥 pin uniseg and rapidfuzz to compatible versions
This commit is contained in:
parent
eb4b247b37
commit
88497a132b
1 changed files with 5 additions and 3 deletions
|
@ -1,14 +1,16 @@
|
||||||
click
|
click
|
||||||
jinja2
|
jinja2
|
||||||
lxml
|
lxml
|
||||||
uniseg >= 0.8.0
|
# FIXME
|
||||||
|
uniseg == 0.8.1
|
||||||
numpy
|
numpy
|
||||||
colorama
|
colorama
|
||||||
MarkupSafe
|
MarkupSafe
|
||||||
ocrd >= 2.65.0
|
ocrd >= 3.3.0
|
||||||
attrs
|
attrs
|
||||||
multimethod >= 1.3
|
multimethod >= 1.3
|
||||||
tqdm
|
tqdm
|
||||||
rapidfuzz >= 2.7.0
|
# FIXME
|
||||||
|
rapidfuzz >= 2.7.0, < 3
|
||||||
chardet
|
chardet
|
||||||
importlib_resources
|
importlib_resources
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue