diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-04 17:25:05 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-04 17:25:05 -0800 |
commit | f79491a4989902d376a1a26fe0f070345e6c9d62 (patch) | |
tree | a3bd2572c2bc71f0d11104a4cc92004f175cd0b1 /python/Pipfile | |
parent | 423c55ace7b00b911c7b8a6e53298bb77dff1ce9 (diff) | |
download | fatcat-f79491a4989902d376a1a26fe0f070345e6c9d62.tar.gz fatcat-f79491a4989902d376a1a26fe0f070345e6c9d62.zip |
pipfile: pykafka
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile index 86091c56..be62c111 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -24,6 +24,8 @@ flask-marshmallow = "*" flask-uuid = "*" "psycopg2" = "*" flask-debugtoolbar = "*" +pykafka = "*" +python-dateutil = "*" [requires] python_version = "3.5" |