diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-04-03 02:23:58 +0000 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-04-03 02:23:58 +0000 |
commit | d8f3c2ffad0b685db6c3196ac3efe846c019f6d7 (patch) | |
tree | d2b3dce810dada73c11482133f66bb53547dd913 | |
parent | f1c4935b2d55f3acecd824ba9b6318a33820fafe (diff) | |
download | sandcrawler-d8f3c2ffad0b685db6c3196ac3efe846c019f6d7.tar.gz sandcrawler-d8f3c2ffad0b685db6c3196ac3efe846c019f6d7.zip |
add setuptools (can probably remove)
-rw-r--r-- | backfill/Pipfile | 1 | ||||
-rw-r--r-- | backfill/Pipfile.lock | 14 |
2 files changed, 8 insertions, 7 deletions
diff --git a/backfill/Pipfile b/backfill/Pipfile index e986fee..817a7ff 100644 --- a/backfill/Pipfile +++ b/backfill/Pipfile @@ -11,6 +11,7 @@ happybase-mock = "*" pytest = "*" mrjob = "*" pytest-pythonpath = "*" +setuptools = "*" [requires] python_version = "3.5" diff --git a/backfill/Pipfile.lock b/backfill/Pipfile.lock index 9aaa211..a14bdf6 100644 --- a/backfill/Pipfile.lock +++ b/backfill/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "9484f26847863001264eddd25c2b09f7b701138a80a9abd2a326cd5d676709be" + "sha256": "e056ad067114ae0f442c375ab12446d9fed77bbeda349a3461a161b0df7d01dc" }, "pipfile-spec": 6, "requires": { @@ -25,17 +25,17 @@ }, "boto3": { "hashes": [ - "sha256:926910b77d5f8037527ff81a91b92e7a9100685b297e3ebd12dd584e5b0386bb", - "sha256:9713d381409c5abbff8d8f2c9ebf9713e5aeb6cd12bd16503d61978dbd4f77a6" + "sha256:0f6e11b873c5a7127c17ca614487335e1b8f07f786053fc73c5c4aff81136e36", + "sha256:9f1b2fa42fea254ad2e97c0ec3c4ec4c9aaf814cc31fd77853ff5bc7776f939d" ], - "version": "==1.6.21" + "version": "==1.6.22" }, "botocore": { "hashes": [ - "sha256:039b768f5d248e13c1fb4be739523d7d1d75133a563dd212e932f3fc973bffb9", - "sha256:c954af8b33232f25df496c9e7e5f6dbcef081ef7163eadfc22a4bd9ce69dcc56" + "sha256:565102445ea5b9f32fe4681cf955d5eec3ea23f396d528dcfb24f45be7180003", + "sha256:59933693c329ce059d4a29bdd72c02db5c5119228d88d64f829454f4253feddd" ], - "version": "==1.9.21" + "version": "==1.9.22" }, "cachetools": { "hashes": [ |