Revert "Removed lom to fix py3.13 issues"

This reverts commit 926196b30f.
This commit is contained in:
2025-06-06 14:13:26 +01:00
parent 56d5d223f3
commit b02b7aca14
2 changed files with 6 additions and 0 deletions

View File

@@ -23,6 +23,11 @@
"text": "Publications",
"value": url_for("invenio_records_marc21.search"),
"title": "publication",
},{
"key": "lom",
"text": "Educational Resources",
"value": url_for("invenio_records_lom.search"),
"title": "oer",
}
]
%}

View File

@@ -27,6 +27,7 @@ dependencies = [
"invenio-config-iform>=2025.5.20.1",
"invenio_records_global_search>=0.0.1",
"invenio_records_marc21>=0.21.0",
"invenio-records-lom>=0.16.0",
]
[project.urls]