Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add confluent kafka as a dependency. #13

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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