aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-01-14 17:02:37 -0800
committerBryan Newbold <bnewbold@archive.org>2021-01-14 17:02:41 -0800
commit6f26a179c69979c28e6b95e4b7e9e19e4a2108d5 (patch)
tree719adacd27ede9f17a8e3b892bb56df056f67249 /Pipfile
parent9748332db9433e81b34586792c33411f05ddd4c0 (diff)
downloadfatcat-scholar-6f26a179c69979c28e6b95e4b7e9e19e4a2108d5.tar.gz
fatcat-scholar-6f26a179c69979c28e6b95e4b7e9e19e4a2108d5.zip
pipenv: add responses mock dep (for HTTP requests)
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index af103b4..04c6469 100644
--- a/Pipfile
+++ b/Pipfile
@@ -42,6 +42,7 @@ flake8-annotations = "*"
pytest = "*"
pytest-mock = "*"
pytest-cov = "*"
+responses = "*"
# must lock black to an exact version because it is still "beta"
# see: https://github.com/psf/black/issues/517
black = "==19.10b0"