From 8e54f4ab5286111921fcd301d5a8b0a90f987502 Mon Sep 17 00:00:00 2001 From: Eva Maxfield Brown Date: Tue, 28 Feb 2023 09:25:43 -0800 Subject: [PATCH] Move backoff dep to primary deps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32db9523..40fa5a3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,7 @@ classifiers = [ dynamic = ["version"] dependencies = [ "aiohttp>=3.8.1", + "backoff>=2.2", "dataclasses-json>=0.5", "fireo>=1.5", "fsspec", # Version pin set by gcsfs @@ -56,7 +57,6 @@ Documentation = "https://CouncilDataProject.github.io/cdp-backend" # https://peps.python.org/pep-0621/#dependencies-optional-dependencies [project.optional-dependencies] pipeline = [ - "backoff>=2.2", "dask[distributed]>=2021.7.0", # We can't ship faster-whisper until they release a pypi package # Install will have to make it a separate command