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 /backfill/Pipfile | |
parent | f1c4935b2d55f3acecd824ba9b6318a33820fafe (diff) | |
download | sandcrawler-d8f3c2ffad0b685db6c3196ac3efe846c019f6d7.tar.gz sandcrawler-d8f3c2ffad0b685db6c3196ac3efe846c019f6d7.zip |
add setuptools (can probably remove)
Diffstat (limited to 'backfill/Pipfile')
-rw-r--r-- | backfill/Pipfile | 1 |
1 files changed, 1 insertions, 0 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" |