Skip to content
Snippets Groups Projects
Commit 10110224 authored by Timothe Jost's avatar Timothe Jost
Browse files

test optionnal dependancies resolution

parent 6319a9e6
Branches main
No related tags found
No related merge requests found
...@@ -17,6 +17,12 @@ requires-python = ">=3.10" ...@@ -17,6 +17,12 @@ requires-python = ">=3.10"
license = { text = "MIT" } license = { text = "MIT" }
dynamic = ["version", "dependencies", "optional-dependencies"] dynamic = ["version", "dependencies", "optional-dependencies"]
# [project.optional-dependencies]
# celery = [
# "celery >= 5.3.5",
# "ONE-api @ git+https://gitlab.pasteur.fr/haisslab/data-management/ONE.git",
# ]
[project.urls] [project.urls]
homepage = "https://gitlab.pasteur.fr/haisslab/data-management/pypelines" homepage = "https://gitlab.pasteur.fr/haisslab/data-management/pypelines"
repository = "https://gitlab.pasteur.fr/haisslab/data-management/pypelines" repository = "https://gitlab.pasteur.fr/haisslab/data-management/pypelines"
......
celery>=5.3.5 celery>=5.3.5
git+https://gitlab.pasteur.fr/haisslab/data-management/pypelines.git ONE-api @ https://gitlab.pasteur.fr/haisslab/data-management/ONE.git
\ No newline at end of file \ No newline at end of file
__version__ = "0.0.8" __version__ = "0.0.9"
from . import loggs from . import loggs
from .pipes import * from .pipes import *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment