summaryrefslogtreecommitdiffstats
path: root/python/python3-requests-cache/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-requests-cache/README')
-rw-r--r--python/python3-requests-cache/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/python3-requests-cache/README b/python/python3-requests-cache/README
new file mode 100644
index 0000000000..1f439c6f12
--- /dev/null
+++ b/python/python3-requests-cache/README
@@ -0,0 +1,16 @@
+python3-requests-cache (A persistent cache for python requests)
+
+requests-cache is a persistent HTTP cache that provides an easy way
+to get better performance with the python requests library.
+
+# Optional backend dependencies
+python3-boto3
+botocore
+pymongo
+redis
+
+# Optional serialization dependencies
+bson (no slackbuild)
+python3-itsdangerous
+pymongo
+redis-py