aboutsummaryrefslogtreecommitdiffstats
path: root/backfill/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-04-03 02:23:58 +0000
committerBryan Newbold <bnewbold@archive.org>2018-04-03 02:23:58 +0000
commitd8f3c2ffad0b685db6c3196ac3efe846c019f6d7 (patch)
treed2b3dce810dada73c11482133f66bb53547dd913 /backfill/Pipfile
parentf1c4935b2d55f3acecd824ba9b6318a33820fafe (diff)
downloadsandcrawler-d8f3c2ffad0b685db6c3196ac3efe846c019f6d7.tar.gz
sandcrawler-d8f3c2ffad0b685db6c3196ac3efe846c019f6d7.zip
add setuptools (can probably remove)
Diffstat (limited to 'backfill/Pipfile')
-rw-r--r--backfill/Pipfile1
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"