aboutsummaryrefslogtreecommitdiffstats
path: root/extraction/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-04-04 11:49:54 -0700
committerBryan Newbold <bnewbold@archive.org>2018-04-04 11:49:54 -0700
commit4319da335d43756fde22e9394b55d51694522fbc (patch)
treece2f2bacc18895ab554803758c3be760570469e3 /extraction/Pipfile
parentb948cddc7fe7000fd119af4fa130b9c24da46472 (diff)
downloadsandcrawler-4319da335d43756fde22e9394b55d51694522fbc.tar.gz
sandcrawler-4319da335d43756fde22e9394b55d51694522fbc.zip
more testing deps
Diffstat (limited to 'extraction/Pipfile')
-rw-r--r--extraction/Pipfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/extraction/Pipfile b/extraction/Pipfile
index 600916c..b43ed5c 100644
--- a/extraction/Pipfile
+++ b/extraction/Pipfile
@@ -9,6 +9,7 @@ url = "https://pypi.python.org/simple"
verify_ssl = true
[dev-packages]
+ipython = "*"
[packages]
pytest = "*"
@@ -20,6 +21,7 @@ pytest-pythonpath = "*"
happybase = "*"
happybase-mock = "*"
xmltodict = "*"
+responses = "*"
[requires]
python_version = "3.5"