diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-06 21:05:55 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-20 11:21:10 -0700 |
commit | 9e06e7c94d3a22f15d7fac8ad76c4e70d7c1e8d5 (patch) | |
tree | a169ed6517560dca1a1ce5130bf9668c0e0d8f5f /python | |
parent | bd2bf5be1ff1cff12e3db0a27cbf0e687a2ac9e0 (diff) | |
download | fatcat-9e06e7c94d3a22f15d7fac8ad76c4e70d7c1e8d5.tar.gz fatcat-9e06e7c94d3a22f15d7fac8ad76c4e70d7c1e8d5.zip |
add confluent-kafka library (to replace pykafka)
Diffstat (limited to 'python')
-rw-r--r-- | python/Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 = "*" |