aboutsummaryrefslogtreecommitdiffstats
path: root/mapreduce/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-04-04 12:06:38 -0700
committerBryan Newbold <bnewbold@archive.org>2018-04-04 12:06:38 -0700
commit1dad0d9e54bfae93eebea47f8a3cb291cdd645c5 (patch)
tree97a8c9bcaf93734e2dbd8f431d37213520b55fbd /mapreduce/Pipfile
parent427dd875958c8a6d2d791d55f9dda300ebdc853b (diff)
downloadsandcrawler-1dad0d9e54bfae93eebea47f8a3cb291cdd645c5.tar.gz
sandcrawler-1dad0d9e54bfae93eebea47f8a3cb291cdd645c5.zip
extraction -> mapreduce
Diffstat (limited to 'mapreduce/Pipfile')
-rw-r--r--mapreduce/Pipfile27
1 files changed, 27 insertions, 0 deletions
diff --git a/mapreduce/Pipfile b/mapreduce/Pipfile
new file mode 100644
index 0000000..32fc3dd
--- /dev/null
+++ b/mapreduce/Pipfile
@@ -0,0 +1,27 @@
+[[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"