Skip to content

Commit

Permalink
#138 - kafka.read - modules for test
Browse files Browse the repository at this point in the history
  • Loading branch information
wheelly committed Feb 18, 2024
1 parent 61805b5 commit ddb1ecb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ kafka = ["kafka-python", "confluent-kafka"]
test = [
"aiohttp",
"cassandra-driver",
"confluent-kafka",
"fastparquet",
"ibm_db_sa",
"kafka-python",
"mock",
"oracledb",
"psycopg2-binary",
Expand All @@ -85,7 +87,7 @@ test = [
"redis",
"requests-mock",
"SQLAlchemy",
"testcontainers"
"testcontainers",
]

[tool.poetry.urls]
Expand Down

0 comments on commit ddb1ecb

Please sign in to comment.