From 84952daa513760744acacd4f09c3cf29f5808e01 Mon Sep 17 00:00:00 2001 From: Matt Carlin Date: Wed, 14 Feb 2024 13:41:04 -0600 Subject: [PATCH] Change dash to underscore in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6068eb80db..5ebf3adfed 100644 --- a/setup.py +++ b/setup.py @@ -159,7 +159,7 @@ CONFLUENT_REQUIRED = [ "pipenv", - "confluent-kafka>=2.0.2", + "confluent_kafka>=2.0.2", "pip-system-certs==4.0" ]