From 1f3c2f375eb4da9c409fdbf93f4b8ee5b05f0f44 Mon Sep 17 00:00:00 2001 From: Lex Date: Tue, 26 Mar 2024 23:02:40 +1000 Subject: [PATCH] Include DynamoDB in readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e37034e6..54187793 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,11 @@ Flask-Session is an extension for Flask that adds support for server-side sessio Install and update using pip: ```py -$ pip install flask-session +$ pip install flask-session[redis] ``` +You can include any supported storage type in place of redis. + ## A Simple Example ```py @@ -51,6 +53,7 @@ def get(): - FileSystem - MongoDB - SQLALchemy +- DynamoDB ## Documentation