aboutsummaryrefslogtreecommitdiff
path: root/python/python3-requests-cache/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-04-13 22:30:47 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-15 07:15:26 +0700
commit8d0d802b3fc727d5bf4e2a7edd151356b26bbd74 (patch)
tree87c59bc93ef37ec4a3e82218c60f551ecfd84b28 /python/python3-requests-cache/README
parentbad3c1abbf05bfcb3f6d1cc505216a4912d3b308 (diff)
python/python3-requests-cache: Added (Persistent cache for requests)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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