Update requirements

This commit is contained in:
thec0sm0s
2020-07-29 22:47:56 +05:30
parent 59d944aa0c
commit 9e626d9e1b
2 changed files with 7 additions and 0 deletions

View File

@@ -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

View File

@@ -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
----------