Skip to content
Snippets Groups Projects
Commit 554ed98a authored by Teklia Bot's avatar Teklia Bot Committed by Yoann Schneider
Browse files

Bump Python requirement arkindex-export to 0.1.7

parent d2119be2
No related branches found
No related tags found
1 merge request!145Bump Python requirement arkindex-export to 0.1.7
-e ./teklia_line_image_extractor
albumentations==1.3.1
arkindex-export==0.1.3
arkindex-export==0.1.7
boto3==1.26.124
editdistance==0.6.2
imageio==2.26.1
......
......@@ -15,6 +15,7 @@ from arkindex_export import (
ImageServer,
Transcription,
TranscriptionEntity,
WorkerRun,
WorkerVersion,
database,
)
......@@ -41,7 +42,6 @@ def mock_database(tmp_path_factory):
worker_version=worker_version,
)
TranscriptionEntity.create(
id=str(uuid.uuid4()),
entity=entity,
length=len(name),
offset=offset,
......@@ -127,6 +127,7 @@ def mock_database(tmp_path_factory):
MODELS = [
WorkerVersion,
WorkerRun,
ImageServer,
Image,
Element,
......@@ -158,7 +159,6 @@ def mock_database(tmp_path_factory):
database.create_tables(MODELS)
image_server = ImageServer.create(
id="image_server_id",
url="http://image/server/url",
display_name="Image server",
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment