From 468876707e12cc122ef1fbda060214b5f45287e7 Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Wed, 27 Sep 2023 16:32:25 +0200 Subject: [PATCH] chore(deps): install apis-core from branch with customizations --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e84cd54..682e5e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.11" django = ">=4.1,<4.2" django-allow-cidr = "^0.6.0" psycopg2 = "^2.9" -apis-core = { git = "https://github.com/acdh-oeaw/apis-core-rdf.git" } #, tag = "v0.3.1" } +apis-core = { git = "https://github.com/acdh-oeaw/apis-core-rdf.git" , branch = "oebl-pnp" } apis-acdhch-default-settings = { git = "https://github.com/acdh-oeaw/apis-acdhch-default-settings.git", tag = "v0.1.7" } [build-system]