Skip to content

Commit 1556591

Browse files
alexcos78alvarolopez
authored andcommitted
build: added confluent-kafka requirement
1 parent 8fdb0f1 commit 1556591

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ types-six = "^1.16.21.20240513"
126126
types-python-dateutil = "^2.9.0.20240906"
127127

128128

129+
130+
[tool.poetry.group.kafka.dependencies]
131+
confluent-kafka = "^2.5.3"
132+
129133
[build-system]
130134
requires = ["poetry-core"]
131135
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)