aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-11-20 15:09:43 -0800
committerBryan Newbold <bnewbold@archive.org>2018-11-20 15:09:43 -0800
commitc12148851e26c14b38ec6cadbe2322829fde23e6 (patch)
tree3918a83320a8f8d26b4ad4b6701391cd2b58035c /python/Pipfile
parent7186eb098b1e3f62288febe27db73685dacf1a2f (diff)
downloadsandcrawler-c12148851e26c14b38ec6cadbe2322829fde23e6.tar.gz
sandcrawler-c12148851e26c14b38ec6cadbe2322829fde23e6.zip
initial work on kafka_grobid worker
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 129b23e..fcc8589 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -25,6 +25,7 @@ requests = "*"
wayback = {version=">=0.2.1.2", index="ia"}
xmltodict = "*"
raven = "*"
+pykafka = "*"
[requires]
python_version = "3.5"