From 5ea0ef0fd34f09fab51f51e2f1dbe5cf6ec137cc Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 3 Apr 2018 16:30:19 -0700 Subject: WIP on extractor-with-mrjob --- extraction/Pipfile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 extraction/Pipfile (limited to 'extraction/Pipfile') diff --git a/extraction/Pipfile b/extraction/Pipfile new file mode 100644 index 0000000..600916c --- /dev/null +++ b/extraction/Pipfile @@ -0,0 +1,25 @@ +[[source]] +name = "ia" +url = "https://devpi.archive.org/wb/prod" +verify_ssl = true + +[[source]] +name = "pypi" +url = "https://pypi.python.org/simple" +verify_ssl = true + +[dev-packages] + +[packages] +pytest = "*" +mrjob = "*" +requests = "*" +wayback = {version=">=0.2.1.2", index="ia"} +globalwayback = {version=">=0.3", index="ia"} +pytest-pythonpath = "*" +happybase = "*" +happybase-mock = "*" +xmltodict = "*" + +[requires] +python_version = "3.5" -- cgit v1.2.3