aboutsummaryrefslogtreecommitdiffstats
path: root/extraction/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-04-04 11:52:47 -0700
committerBryan Newbold <bnewbold@archive.org>2018-04-04 11:52:47 -0700
commitfcbcd6d13fd6506980dbcb60f0d7fa2112b19b86 (patch)
treedccd1c9385322fb62ba7853d52b074c73fc096f7 /extraction/Pipfile
parent4319da335d43756fde22e9394b55d51694522fbc (diff)
downloadsandcrawler-fcbcd6d13fd6506980dbcb60f0d7fa2112b19b86.tar.gz
sandcrawler-fcbcd6d13fd6506980dbcb60f0d7fa2112b19b86.zip
testing stuff as dev deps
Diffstat (limited to 'extraction/Pipfile')
-rw-r--r--extraction/Pipfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/extraction/Pipfile b/extraction/Pipfile
index b43ed5c..32fc3dd 100644
--- a/extraction/Pipfile
+++ b/extraction/Pipfile
@@ -10,18 +10,18 @@ verify_ssl = true
[dev-packages]
ipython = "*"
+happybase-mock = "*"
+pytest = "*"
+pytest-pythonpath = "*"
+responses = "*"
[packages]
-pytest = "*"
+globalwayback = {version=">=0.3", index="ia"}
+happybase = "*"
mrjob = "*"
requests = "*"
wayback = {version=">=0.2.1.2", index="ia"}
-globalwayback = {version=">=0.3", index="ia"}
-pytest-pythonpath = "*"
-happybase = "*"
-happybase-mock = "*"
xmltodict = "*"
-responses = "*"
[requires]
python_version = "3.5"