From 1dad0d9e54bfae93eebea47f8a3cb291cdd645c5 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 4 Apr 2018 12:06:38 -0700 Subject: extraction -> mapreduce --- extraction/Pipfile | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 extraction/Pipfile (limited to 'extraction/Pipfile') diff --git a/extraction/Pipfile b/extraction/Pipfile deleted file mode 100644 index 32fc3dd..0000000 --- a/extraction/Pipfile +++ /dev/null @@ -1,27 +0,0 @@ -[[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] -ipython = "*" -happybase-mock = "*" -pytest = "*" -pytest-pythonpath = "*" -responses = "*" - -[packages] -globalwayback = {version=">=0.3", index="ia"} -happybase = "*" -mrjob = "*" -requests = "*" -wayback = {version=">=0.2.1.2", index="ia"} -xmltodict = "*" - -[requires] -python_version = "3.5" -- cgit v1.2.3