From 9e626d9e1b2e912334a8ea683697a25046959a46 Mon Sep 17 00:00:00 2001 From: thec0sm0s Date: Wed, 29 Jul 2020 22:47:56 +0530 Subject: [PATCH] Update requirements --- README.md | 1 + docs/introduction.rst | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 3ab1849..49d2fe2 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ For an example to the working application, check [`test_app.py`](tests/test_app. * Flask * requests_oauthlib * cachetools +* discord.py ### Documentation diff --git a/docs/introduction.rst b/docs/introduction.rst index 264a2eb..058079b 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -20,6 +20,12 @@ Requirements - **requests_oauthlib** It also requires requests_oauthlib to make OAuth2 sessions with discord. +- **cachetools** + Flask Discord supports caching discord objects to boost the performance when page loads. + +- **discord.py** + Makes use of discord.py for re-using many Discord models. + Installing ----------