From 6f26a179c69979c28e6b95e4b7e9e19e4a2108d5 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 14 Jan 2021 17:02:37 -0800 Subject: pipenv: add responses mock dep (for HTTP requests) --- Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Pipfile') 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" -- cgit v1.2.3