Skip to content

Commit 53ae7d6

Browse files
author
Robert Sachunsky
committed
use importlib instead of pkg_resources via ocrd_utils
1 parent 842b4c2 commit 53ae7d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ocrd_cis/ocrd_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import json
2-
from pkg_resources import resource_string
2+
from ocrd_utils import resource_string
33

44

55
def get_ocrd_tool():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
packages=find_packages(),
3939
include_package_data=True,
4040
install_requires=[
41-
'ocrd>=2.30',
41+
'ocrd>=2.47',
4242
'click',
4343
'scipy',
4444
'numpy>=1.17.0',

0 commit comments

Comments
 (0)