From 05886f895c93bf39173cf1cc16aeabd37358ccb7 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 6 Apr 2019 21:05:55 -0700 Subject: add confluent-kafka library (to replace pykafka) --- python/Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index 09a5327c..02192957 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -32,6 +32,7 @@ loginpass = "*" requests = ">=2" raven = { extras = ['flask'], version = "*" } pykafka = ">=2" +confluent-kafka = "*" python-dateutil = "*" sickle = "*" python-snappy = "*" -- cgit v1.2.3