aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2019-09-25 22:24:43 -0700
committerBryan Newbold <bnewbold@archive.org>2019-09-25 22:24:43 -0700
commitd632719af83f3ac7a80233c714f2801762d3825d (patch)
tree08a20bc666cdf21b45847507dee9f2cf3a9b5eda /python/Pipfile
parentbd508b4ffbab3ea56134f753a9746ff9d582fde3 (diff)
downloadsandcrawler-d632719af83f3ac7a80233c714f2801762d3825d.tar.gz
sandcrawler-d632719af83f3ac7a80233c714f2801762d3825d.zip
pipfile update
- remove hadoop stuff (mrjob, happybase, etc) - add flask - add pytest-pylint plugin - reformat (automatic by newer pipenv)
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile21
1 files changed, 13 insertions, 8 deletions
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"