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

trying to ad celery extra

parent dc6973ff
No related branches found
No related tags found
No related merge requests found
[build-system]
requires = ["setuptools"]
requires = ["setuptools >= 66.0"]
build-backend = "setuptools.build_meta"
[project]
......@@ -24,5 +24,8 @@ documentation = "https://gitlab.pasteur.fr/haisslab/data-management/pypelines"
[tool.setuptools.dynamic]
dependencies = { file = ["requirements.txt"] }
optional-dependencies = { celery = { file = ["requirements-celery.txt"] } }
optional-dependencies = { celery = { file = [
"requirements.txt",
"requirements-celery.txt",
] } }
version = { attr = "pypelines.__version__" }
celery>=5.3.5
git+https://gitlab.pasteur.fr/haisslab/data-management/pypelines.git
\ No newline at end of file
coloredlogs>=15.0.1
dynaconf>=3.2.4
matplotlib>=3.8.0
natsort>=8.4.0
networkx>=3.1
numpy>=1.25.2
pandas>=2.1.4
setuptools>=68.0.0
\ No newline at end of file
__version__ = "0.0.6"
__version__ = "0.0.7"
from . import loggs
from .pipes import *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment