diff options
author | Jordan Cook <jordan.cook@pioneer.com> | 2021-03-25 09:44:31 -0500 |
---|---|---|
committer | Jordan Cook <jordan.cook@pioneer.com> | 2021-03-28 10:39:40 -0500 |
commit | 2aebfe37e27a4e85c1640a0fe4d1632ba19a6fbf (patch) | |
tree | 65236e4bf5ea564188f9e43c6683354c5f97ac0e /examples | |
parent | 111e03a4a72bc4f20868fa32b63726de84bd6b72 (diff) | |
download | requests-cache-2aebfe37e27a4e85c1640a0fe4d1632ba19a6fbf.tar.gz |
Move 'Security' section to a separate page, link from Readme, and add itsdangerous to default package dependencies
Diffstat (limited to 'examples')
-rw-r--r-- | examples/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..6645a4e --- /dev/null +++ b/examples/README.md @@ -0,0 +1,2 @@ +# Requests-Cache Examples +This folder contains some complete examples for using the main features of requests-cache. |