From 106f5c1287034bfd76b778e56eba589f49a29d5c Mon Sep 17 00:00:00 2001 From: Nicky Hochmuth Date: Mon, 18 Nov 2024 21:05:18 +0100 Subject: [PATCH] test git dep --- pyproject.toml | 14 -------------- setup.cfg | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 50c75d16..fef76d97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,17 +51,3 @@ markers = [ directory = "trivial" name = "Trivial/Internal Changes" showcontent = true - -[project] -name = "stixcore" -dynamic = ["version", - "optional-dependencies", - "scripts", - "authors", - "readme", - "requires-python", - "license" - ] -dependencies = [ - 'stixdcpy @ git+ssh://git@github.com/i4ds/stixdcpy.git', -] diff --git a/setup.cfg b/setup.cfg index 056e14ac..2a1ced45 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ install_requires = spiceypy sunpy>=4.0.1 watchdog==6.0.0 - requests + stixdcpy=3.0 [options.entry_points]