Skip to content

Commit

Permalink
Add confluent kafka as a dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
YooSunYoung committed Apr 19, 2024
1 parent 438ee63 commit e98b5d7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ requires-python = ">=3.12"
# Make sure to list one dependency per line.
dependencies = [
"kafka-python",
"confluent_kafka",
"ess-streaming-data-types",
"requests",
"rich"
Expand Down
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# --- END OF CUSTOM SECTION ---
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
kafka-python
confluent_kafka
ess-streaming-data-types
requests
rich
4 changes: 3 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:fa65536d18d20d383817bc534417d6c283696d35
# SHA1:bad3be485e41242eafd3a41c6ed2b021210bd026
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -9,6 +9,8 @@ certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
confluent-kafka==2.3.0
# via -r base.in
ess-streaming-data-types==0.23.1
# via -r base.in
flatbuffers==24.3.25
Expand Down
1 change: 1 addition & 0 deletions requirements/nightly.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# --- END OF CUSTOM SECTION ---
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
kafka-python
confluent_kafka
ess-streaming-data-types
requests
rich
4 changes: 3 additions & 1 deletion requirements/nightly.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:d406a5108f5dcf73c54cbfc7b5a3bcdc3e2872fd
# SHA1:d6bc96251e6b13b5797a6bae33485ff077b19b5f
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -10,6 +10,8 @@ certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
confluent-kafka==2.3.0
# via -r nightly.in
ess-streaming-data-types==0.23.1
# via -r nightly.in
flatbuffers==24.3.25
Expand Down

0 comments on commit e98b5d7

Please sign in to comment.