diff --git a/conda/dev.yaml b/conda/dev.yaml index da30c40..ccd9dfe 100644 --- a/conda/dev.yaml +++ b/conda/dev.yaml @@ -7,3 +7,6 @@ dependencies: - pip - poetry - nodejs # used by semantic-release + - pip: + # fix issues with distlib + - paginate diff --git a/pyproject.toml b/pyproject.toml index a45c422..3f6048b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "retsu" -version = "0.1.0" #semantic-release +version = "0.1.0" # semantic-release description = "Retsu aims to wrap-up Celery in way to facilitate to create parallel and serial tasks" readme = "README.md" authors = ["Ivan Ogasawara "]