From fcbcd6d13fd6506980dbcb60f0d7fa2112b19b86 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 4 Apr 2018 11:52:47 -0700 Subject: testing stuff as dev deps --- extraction/Pipfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'extraction/Pipfile') diff --git a/extraction/Pipfile b/extraction/Pipfile index b43ed5c..32fc3dd 100644 --- a/extraction/Pipfile +++ b/extraction/Pipfile @@ -10,18 +10,18 @@ verify_ssl = true [dev-packages] ipython = "*" +happybase-mock = "*" +pytest = "*" +pytest-pythonpath = "*" +responses = "*" [packages] -pytest = "*" +globalwayback = {version=">=0.3", index="ia"} +happybase = "*" mrjob = "*" requests = "*" wayback = {version=">=0.2.1.2", index="ia"} -globalwayback = {version=">=0.3", index="ia"} -pytest-pythonpath = "*" -happybase = "*" -happybase-mock = "*" xmltodict = "*" -responses = "*" [requires] python_version = "3.5" -- cgit v1.2.3