diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-09-25 17:51:07 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-09-25 17:51:07 -0700 |
commit | d7830b4a5aad0a59a588e98798711f0e694d50d6 (patch) | |
tree | 7565cbec74584a146b8ee79bb881fa9f78851f60 /python_hadoop/Pipfile | |
parent | 6e24eec4b6d1861eba37a0a05220b257e829ebbb (diff) | |
download | sandcrawler-d7830b4a5aad0a59a588e98798711f0e694d50d6.tar.gz sandcrawler-d7830b4a5aad0a59a588e98798711f0e694d50d6.zip |
refactor old python hadoop code into new directory
Diffstat (limited to 'python_hadoop/Pipfile')
-rw-r--r-- | python_hadoop/Pipfile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/python_hadoop/Pipfile b/python_hadoop/Pipfile new file mode 100644 index 0000000..42fb095 --- /dev/null +++ b/python_hadoop/Pipfile @@ -0,0 +1,33 @@ +[[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 = "*" +pytest-cov = "*" +pylint = "*" + +[packages] +globalwayback = {version=">=0.3", index="ia"} +happybase = "*" +mrjob = "*" +requests = "*" +wayback = {version=">=0.2.1.2", index="ia"} +xmltodict = "*" +raven = "*" +pykafka = "*" +python-snappy = "*" +boto3 = "*" + +[requires] +python_version = "3.5" |