diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-02-21 07:32:15 +0000 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-02-21 07:32:15 +0000 |
commit | 84459a91317c799c78ec94005606160e80843159 (patch) | |
tree | 46ff3f5751a409a12b5244ca0b4eff2590a36042 /python/Pipfile | |
parent | e402599373abef442f034c878ef586764ab88726 (diff) | |
download | sandcrawler-84459a91317c799c78ec94005606160e80843159.tar.gz sandcrawler-84459a91317c799c78ec94005606160e80843159.zip |
update Pipefile
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index 2953479..42fb095 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -27,7 +27,7 @@ xmltodict = "*" raven = "*" pykafka = "*" python-snappy = "*" -# TODO: add boto3 +boto3 = "*" [requires] python_version = "3.5" |