summaryrefslogtreecommitdiff
path: root/poetry.lock
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-08-07 19:11:17 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-08-07 19:32:30 -0500
commit308cf7216db87a2f4f8ce9ad95a7dbae31bffe57 (patch)
tree0daf5d67f9c621c11b3bf771e77225143550e42e /poetry.lock
parentccab329078c55194ca97227bbe8868fcc88f6b66 (diff)
downloadrequests-cache-308cf7216db87a2f4f8ce9ad95a7dbae31bffe57.tar.gz
Add example for using requests-cache with responses
Diffstat (limited to 'poetry.lock')
-rw-r--r--poetry.lock22
1 files changed, 21 insertions, 1 deletions
diff --git a/poetry.lock b/poetry.lock
index e643b9e..cd8fa12 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -891,6 +891,22 @@ fixture = ["fixtures"]
test = ["fixtures", "mock", "purl", "pytest", "sphinx", "testrepository (>=0.0.18)", "testtools"]
[[package]]
+name = "responses"
+version = "0.13.3"
+description = "A utility library for mocking out the `requests` Python library."
+category = "dev"
+optional = false
+python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
+
+[package.dependencies]
+requests = ">=2.0"
+six = "*"
+urllib3 = ">=1.25.10"
+
+[package.extras]
+tests = ["coverage (>=3.7.1,<6.0.0)", "pytest-cov", "pytest-localserver", "flake8", "pytest (>=4.6,<5.0)", "pytest (>=4.6)", "mypy"]
+
+[[package]]
name = "rich"
version = "10.7.0"
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
@@ -1266,7 +1282,7 @@ yaml = ["cattrs"]
[metadata]
lock-version = "1.1"
python-versions = "^3.6"
-content-hash = "b50d2aa5beb53dc09e67119f21e1371fe359491baa38e9045d2fd3b533df9af8"
+content-hash = "b929dee81e6ded9ed88ac9fb34d526956c876407d66673bd4205a0e8a85ca203"
[metadata.files]
alabaster = [
@@ -1851,6 +1867,10 @@ requests-mock = [
{file = "requests-mock-1.9.3.tar.gz", hash = "sha256:8d72abe54546c1fc9696fa1516672f1031d72a55a1d66c85184f972a24ba0eba"},
{file = "requests_mock-1.9.3-py2.py3-none-any.whl", hash = "sha256:0a2d38a117c08bb78939ec163522976ad59a6b7fdd82b709e23bb98004a44970"},
]
+responses = [
+ {file = "responses-0.13.3-py2.py3-none-any.whl", hash = "sha256:b54067596f331786f5ed094ff21e8d79e6a1c68ef625180a7d34808d6f36c11b"},
+ {file = "responses-0.13.3.tar.gz", hash = "sha256:18a5b88eb24143adbf2b4100f328a2f5bfa72fbdacf12d97d41f07c26c45553d"},
+]
rich = [
{file = "rich-10.7.0-py3-none-any.whl", hash = "sha256:517b4e0efd064dd1fe821ca93dd3095d73380ceac1f0a07173d507d9b18f1396"},
{file = "rich-10.7.0.tar.gz", hash = "sha256:13ac80676e12cf528dc4228dc682c8402f82577c2aa67191e294350fa2c3c4e9"},