From a381884d323b67844d0ed7910b37171560a2d9d3 Mon Sep 17 00:00:00 2001 From: Starfall Date: Tue, 2 Jul 2024 17:26:40 -0500 Subject: kafka-send: new python script to produce kafka messages --- kafka-send/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 kafka-send/requirements.txt (limited to 'kafka-send/requirements.txt') diff --git a/kafka-send/requirements.txt b/kafka-send/requirements.txt new file mode 100644 index 0000000..6d6d501 --- /dev/null +++ b/kafka-send/requirements.txt @@ -0,0 +1,3 @@ +# This file was autogenerated by uv via the following command: +# uv pip compile - -o requirements.txt +kafka-python-ng>=2.0.0 -- cgit