Skip to content

Commit

Permalink
Add confluent kafka to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
expediamatt committed Feb 14, 2024
1 parent 84952da commit f125722
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ comm==0.1.3
# via ipykernel
coverage[toml]==7.2.7
# via pytest-cov
confluent_kafka==2.0.2
# via eg-feast (setup.py)
cryptography==40.0.2
# via
# adal
Expand Down
2 changes: 2 additions & 0 deletions sdk/python/requirements/py3.8-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ comm==0.1.3
# via ipykernel
coverage[toml]==7.2.7
# via pytest-cov
confluent_kafka==2.0.2
# via eg-feast (setup.py)
cryptography==40.0.2
# via
# adal
Expand Down
2 changes: 2 additions & 0 deletions sdk/python/requirements/py3.9-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ comm==0.1.3
# via ipykernel
coverage[toml]==7.2.7
# via pytest-cov
confluent_kafka==2.0.2
# via eg-feast (setup.py)
cryptography==40.0.2
# via
# adal
Expand Down

0 comments on commit f125722

Please sign in to comment.