Skip to content

Commit

Permalink
Dependencies: Don't include kinesis extra within all extra
Browse files Browse the repository at this point in the history
It provides some woes around the `multiprocess` package, becoming
apparent when building the OCI image. So, let's just not include it into
the standard OCI release package for now.
  • Loading branch information
amotl committed Aug 16, 2024
1 parent 1d81875 commit 794b832
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 @@ -107,7 +107,7 @@ dependencies = [
]
[project.optional-dependencies]
all = [
"cratedb-toolkit[full,influxdb,kinesis,mongodb]",
"cratedb-toolkit[full,influxdb,mongodb]",
]
cfr = [
"pandas<2.2",
Expand Down

0 comments on commit 794b832

Please sign in to comment.