diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-04-03 16:30:19 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-04-03 16:30:19 -0700 |
commit | 5ea0ef0fd34f09fab51f51e2f1dbe5cf6ec137cc (patch) | |
tree | 6198a1c156d6922c02f12964d5e9a30d71677dcc /extraction/Pipfile | |
parent | f10e8b798c8611d316279aa0afb158ee14691236 (diff) | |
download | sandcrawler-5ea0ef0fd34f09fab51f51e2f1dbe5cf6ec137cc.tar.gz sandcrawler-5ea0ef0fd34f09fab51f51e2f1dbe5cf6ec137cc.zip |
WIP on extractor-with-mrjob
Diffstat (limited to 'extraction/Pipfile')
-rw-r--r-- | extraction/Pipfile | 25 |
1 files changed, 25 insertions, 0 deletions
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" |