aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-04-06 21:05:55 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-04-06 21:05:55 -0700
commit05886f895c93bf39173cf1cc16aeabd37358ccb7 (patch)
treea689c4befd2a6e72b1b49de4811deac07083abba /python/Pipfile
parent2a72864a8e39a2a45c00840ae0eff005d0735eae (diff)
downloadfatcat-05886f895c93bf39173cf1cc16aeabd37358ccb7.tar.gz
fatcat-05886f895c93bf39173cf1cc16aeabd37358ccb7.zip
add confluent-kafka library (to replace pykafka)
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile1
1 files changed, 1 insertions, 0 deletions
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 = "*"