File tree 5 files changed +9
-2
lines changed
5 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ requires-python = ">=3.12"
29
29
# Make sure to list one dependency per line.
30
30
dependencies = [
31
31
" kafka-python" ,
32
+ " confluent_kafka" ,
32
33
" ess-streaming-data-types" ,
33
34
" requests" ,
34
35
" rich"
Original file line number Diff line number Diff line change 3
3
# --- END OF CUSTOM SECTION ---
4
4
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
5
5
kafka-python
6
+ confluent_kafka
6
7
ess-streaming-data-types
7
8
requests
8
9
rich
Original file line number Diff line number Diff line change 1
- # SHA1:fa65536d18d20d383817bc534417d6c283696d35
1
+ # SHA1:bad3be485e41242eafd3a41c6ed2b021210bd026
2
2
#
3
3
# This file is autogenerated by pip-compile-multi
4
4
# To update, run:
@@ -9,6 +9,8 @@ certifi==2024.2.2
9
9
# via requests
10
10
charset-normalizer==3.3.2
11
11
# via requests
12
+ confluent-kafka==2.3.0
13
+ # via -r base.in
12
14
ess-streaming-data-types==0.23.1
13
15
# via -r base.in
14
16
flatbuffers==24.3.25
Original file line number Diff line number Diff line change 2
2
# --- END OF CUSTOM SECTION ---
3
3
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
4
4
kafka-python
5
+ confluent_kafka
5
6
ess-streaming-data-types
6
7
requests
7
8
rich
Original file line number Diff line number Diff line change 1
- # SHA1:d406a5108f5dcf73c54cbfc7b5a3bcdc3e2872fd
1
+ # SHA1:d6bc96251e6b13b5797a6bae33485ff077b19b5f
2
2
#
3
3
# This file is autogenerated by pip-compile-multi
4
4
# To update, run:
@@ -10,6 +10,8 @@ certifi==2024.2.2
10
10
# via requests
11
11
charset-normalizer==3.3.2
12
12
# via requests
13
+ confluent-kafka==2.3.0
14
+ # via -r nightly.in
13
15
ess-streaming-data-types==0.23.1
14
16
# via -r nightly.in
15
17
flatbuffers==24.3.25
You can’t perform that action at this time.
0 commit comments