From fa81e991e5421b5ef9bb735a876d5449f35a92bf Mon Sep 17 00:00:00 2001 From: Timothe Jost <timothe.jost@wanadoo.fr> Date: Tue, 9 Jan 2024 14:58:47 +0100 Subject: [PATCH] updating after creation of alyx_connector on pypi (requirement for celery) --- pyproject.toml | 3 ++- requirements-celery.txt | 2 +- src/pypelines/__init__.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1a6d008..ba66695 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,4 +29,5 @@ optional-dependencies = { celery = { file = [ ] } } version = { attr = "pypelines.__version__" } -[tool.black] +[tool.setuptools.packages.find] +where = ["src"] diff --git a/requirements-celery.txt b/requirements-celery.txt index 9593b0b..fe25e7b 100644 --- a/requirements-celery.txt +++ b/requirements-celery.txt @@ -1,2 +1,2 @@ celery>=5.3.5 -ONE-api @ git+https://gitlab.pasteur.fr/haisslab/data-management/ONE.git \ No newline at end of file +alyx_connector>=0.0.10 \ No newline at end of file diff --git a/src/pypelines/__init__.py b/src/pypelines/__init__.py index 17912db..c482305 100644 --- a/src/pypelines/__init__.py +++ b/src/pypelines/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.12" +__version__ = "0.0.13" from . import loggs from .pipes import * -- GitLab