diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-14 17:02:37 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-14 17:02:41 -0800 |
commit | 6f26a179c69979c28e6b95e4b7e9e19e4a2108d5 (patch) | |
tree | 719adacd27ede9f17a8e3b892bb56df056f67249 /Pipfile | |
parent | 9748332db9433e81b34586792c33411f05ddd4c0 (diff) | |
download | fatcat-scholar-6f26a179c69979c28e6b95e4b7e9e19e4a2108d5.tar.gz fatcat-scholar-6f26a179c69979c28e6b95e4b7e9e19e4a2108d5.zip |
pipenv: add responses mock dep (for HTTP requests)
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |