diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-12-10 12:09:17 +0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-12-10 12:09:17 +0800 |
commit | e8ea9ad1370247fba573f4a4aa85edffa82a7494 (patch) | |
tree | 4215b62697f769a7c2ed0120c8699a9f1c119ad9 /python/Pipfile | |
parent | 91cd930e4295989ed7001f1a216d33c8331571ee (diff) | |
download | sandcrawler-e8ea9ad1370247fba573f4a4aa85edffa82a7494.tar.gz sandcrawler-e8ea9ad1370247fba573f4a4aa85edffa82a7494.zip |
add python-snappy dep
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 fcc8589..17c9221 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -26,6 +26,7 @@ wayback = {version=">=0.2.1.2", index="ia"} xmltodict = "*" raven = "*" pykafka = "*" +python-snappy = "*" [requires] python_version = "3.5" |