diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-10 11:20:15 +0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-10 11:20:15 +0800 |
commit | a0de3905cacb17468b649dbce5c3783f5fb4eacc (patch) | |
tree | 1d3ae3d9d18a39b45b0561067dc0710a5038b737 /python/Pipfile | |
parent | 48c633d03073bc9f1c86e457c31dc760984139a7 (diff) | |
download | fatcat-a0de3905cacb17468b649dbce5c3783f5fb4eacc.tar.gz fatcat-a0de3905cacb17468b649dbce5c3783f5fb4eacc.zip |
add python-snappy (for 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 5631e256..45052870 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -26,6 +26,7 @@ flask-debugtoolbar = "*" pykafka = "*" python-dateutil = "*" sickle = "*" +python-snappy = "*" [requires] # Python 3.5 is the bundled (system) version of python for Ubuntu 16.04 |