Skip to content

Commit

Permalink
Move backoff dep to primary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
evamaxfield committed Feb 28, 2023
1 parent e63c25d commit 8e54f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8e54f4a

Please sign in to comment.