From 9e06e7c94d3a22f15d7fac8ad76c4e70d7c1e8d5 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(+) diff --git a/python/Pipfile b/python/Pipfile index b488f210..0f5ee2c0 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -32,6 +32,7 @@ loginpass = {ref = 'ed9e527502bd19be6793f88ed71ca0e1764e9034',git = 'https://git requests = ">=2" raven = {extras = ['flask'],version = "*"} pykafka = ">=2" +confluent-kafka = "*" python-dateutil = "*" sickle = "*" python-snappy = "*" -- cgit v1.2.3