From d632719af83f3ac7a80233c714f2801762d3825d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 25 Sep 2019 22:24:43 -0700 Subject: pipfile update - remove hadoop stuff (mrjob, happybase, etc) - add flask - add pytest-pylint plugin - reformat (automatic by newer pipenv) --- python/Pipfile | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index 1ff64f4..eae64f3 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -10,20 +10,16 @@ verify_ssl = true [dev-packages] ipython = "*" -happybase-mock = "*" -pytest = "*" +pytest = ">=4" pytest-pythonpath = "*" -responses = "*" +pytest-pylint = "*" +responses = ">=0.10" pytest-cov = "*" pylint = "*" [packages] -globalwayback = {version=">=0.3", index="ia"} -happybase = "*" -mrjob = "*" requests = ">=2" -wayback = {version=">=0.2.1.2", index="ia"} -raven = "*" +raven = {extras = ['flask'],version = "*"} pykafka = "*" confluent-kafka = "*" python-snappy = "*" @@ -34,6 +30,15 @@ bs4 = "*" python-magic = "*" ftfy = "*" internetarchive = "*" +Flask = ">=1" [requires] python_version = "3.5" + +[packages.globalwayback] +version = ">=0.3" +index = "ia" + +[packages.wayback] +version = ">=0.2.1.2" +index = "ia" -- cgit v1.2.3