Skip to content

Commit

Permalink
add schemaregistry extra
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Jan 6, 2025
1 parent ad77d1f commit e1acb26
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 3 deletions.
128 changes: 126 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ include = [
[tool.poetry.dependencies]
python = "^3.10"
astropy = ">=5"
confluent-kafka = {version = "^2.6.1", optional = true}
confluent-kafka = {version = "^2.6.1", optional = true, extras = ["schemaregistry"]}
fastavro = "^1.3.2"
ampel-ztf = {version = ">=0.10.3a0,<0.11"}

Expand Down

0 comments on commit e1acb26

Please sign in to comment.