From 9ab42ac11b565bb4d756becd6ff4793414cc017c Mon Sep 17 00:00:00 2001 From: sameeul Date: Thu, 30 May 2024 12:58:14 -0400 Subject: [PATCH] Remove direct links for PyPI push --- pyproject.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 82c2755d..490ae2ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,11 +102,7 @@ runners = [ "toil[cwl]", "cwl-utils", ] -runners-src = [ - "toil[cwl] @ git+https://github.com/jfennick/toil.git", - "cwltool @ git+https://github.com/jfennick/cwltool.git", - "cwl-utils @ git+https://github.com/jfennick/cwl-utils.git", -] + # See docs/requirements.txt doc = [ "sphinx", @@ -116,7 +112,6 @@ doc = [ plots = ["matplotlib"] cyto = ["ipycytoscape"] # only for DAG visualization all_except_runner_src = ["sophios[test,doc,plots,cyto,mypy-types]"] -all = ["sophios[test,doc,plots,cyto,runners-src,mypy-types]"] [project.scripts] sophios = "sophios.main:main"