diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-12 23:13:22 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-12 23:13:22 -0800 |
commit | 055c464deea8cdaccf3ed384995d4409b0f51409 (patch) | |
tree | 582e3d62d192d51fafed0c5e3321fd21a3a42d34 /python/Pipfile | |
parent | 6828313ecf2fea06e500f447f3abb92e5651c1fa (diff) | |
parent | 942f23257bcf1059a2502a3b019ce5af1bde7de5 (diff) | |
download | fatcat-055c464deea8cdaccf3ed384995d4409b0f51409.tar.gz fatcat-055c464deea8cdaccf3ed384995d4409b0f51409.zip |
Merge branch 'kafka'
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" |