diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-06 21:05:55 -0700 |
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-06 21:05:55 -0700 |
| commit | 05886f895c93bf39173cf1cc16aeabd37358ccb7 (patch) | |
| tree | a689c4befd2a6e72b1b49de4811deac07083abba /python/Pipfile | |
| parent | 2a72864a8e39a2a45c00840ae0eff005d0735eae (diff) | |
| download | fatcat-05886f895c93bf39173cf1cc16aeabd37358ccb7.tar.gz fatcat-05886f895c93bf39173cf1cc16aeabd37358ccb7.zip | |
add confluent-kafka library (to replace pykafka)
Diffstat (limited to 'python/Pipfile')
| -rw-r--r-- | python/Pipfile | 1 |
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 = "*" |
