diff --git a/pyproject.toml b/pyproject.toml index 4990bb38..88d80b08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,11 +104,6 @@ runners = [ "toil[cwl]", "cwl-utils", ] -runners-src = [ - "toil[cwl] @ git+https://github.com/sameeul/toil.git", - "cwltool @ git+https://github.com/sameeul/cwltool.git", - "cwl-utils @ git+https://github.com/sameeul/cwl-utils.git", -] # See docs/requirements.txt doc = [ "sphinx", @@ -118,7 +113,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"