diff options
Diffstat (limited to 'backfill/Pipfile')
-rw-r--r-- | backfill/Pipfile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/backfill/Pipfile b/backfill/Pipfile index 83dc463..e986fee 100644 --- a/backfill/Pipfile +++ b/backfill/Pipfile @@ -1,21 +1,16 @@ [[source]] - url = "https://pypi.python.org/simple" verify_ssl = true name = "pypi" - [dev-packages] - - [packages] - happybase = "*" happybase-mock = "*" -nose = "*" - +pytest = "*" +mrjob = "*" +pytest-pythonpath = "*" [requires] - python_version = "3.5" |