From e73e91727cabc714edd3169c2dbdda3f1eebbbd7 Mon Sep 17 00:00:00 2001 From: Nicky Hochmuth Date: Mon, 18 Nov 2024 20:58:55 +0100 Subject: [PATCH] test git dep --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 440b49e2..6cc033db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ markers = [ [project] name = "stixcore" -dynamic = ["version"] +dynamic = ["version", "optional-dependencies", "scripts", "authors"] dependencies = [ 'stixdcpy @ git+ssh://git@github.com/i4ds/stixdcpy.git', ]