Skip to content

Commit 79d48af

Browse files
authored
Merge pull request #13 from SciCatProject/kafka-deps
Add confluent kafka as a dependency.
2 parents f630498 + 820005e commit 79d48af

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ requires-python = ">=3.12"
2929
# Make sure to list one dependency per line.
3030
dependencies = [
3131
"kafka-python",
32+
"confluent_kafka",
3233
"ess-streaming-data-types",
3334
"requests",
3435
"rich"

requirements/base.in

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# --- END OF CUSTOM SECTION ---
44
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
55
kafka-python
6+
confluent_kafka
67
ess-streaming-data-types
78
requests
89
rich

requirements/base.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:fa65536d18d20d383817bc534417d6c283696d35
1+
# SHA1:bad3be485e41242eafd3a41c6ed2b021210bd026
22
#
33
# This file is autogenerated by pip-compile-multi
44
# To update, run:
@@ -9,6 +9,8 @@ certifi==2024.2.2
99
# via requests
1010
charset-normalizer==3.3.2
1111
# via requests
12+
confluent-kafka==2.3.0
13+
# via -r base.in
1214
ess-streaming-data-types==0.23.1
1315
# via -r base.in
1416
flatbuffers==24.3.25

requirements/nightly.in

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# --- END OF CUSTOM SECTION ---
33
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
44
kafka-python
5+
confluent_kafka
56
ess-streaming-data-types
67
requests
78
rich

requirements/nightly.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:d406a5108f5dcf73c54cbfc7b5a3bcdc3e2872fd
1+
# SHA1:d6bc96251e6b13b5797a6bae33485ff077b19b5f
22
#
33
# This file is autogenerated by pip-compile-multi
44
# To update, run:
@@ -10,6 +10,8 @@ certifi==2024.2.2
1010
# via requests
1111
charset-normalizer==3.3.2
1212
# via requests
13+
confluent-kafka==2.3.0
14+
# via -r nightly.in
1315
ess-streaming-data-types==0.23.1
1416
# via -r nightly.in
1517
flatbuffers==24.3.25

0 commit comments

Comments
 (0)