diff options
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" |