From d14c686f73717f17387ebea1d1fc5c9062b0117b Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Wed, 29 Nov 2023 13:21:32 +0100 Subject: [PATCH] chore(deps): drop django-allow-cidr django-allow-cidr is already a dependency of default-settings, and we are not using it ourselves --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 039f461..c2d69f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ packages = [{include = "apis_ontology"}] [tool.poetry.dependencies] python = "^3.11" -django-allow-cidr = "^0.6.0" psycopg2 = "^2.9" apis-core = {git = "https://github.com/acdh-oeaw/apis-core-rdf", rev = "v0.7.1"} apis-highlighter-ng = { git = "https://github.com/acdh-oeaw/apis-highlighter-ng.git"}