mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-09 20:09:30 +02:00
Update requirements
This commit is contained in:
@@ -70,6 +70,7 @@ For an example to the working application, check [`test_app.py`](tests/test_app.
|
|||||||
* Flask
|
* Flask
|
||||||
* requests_oauthlib
|
* requests_oauthlib
|
||||||
* cachetools
|
* cachetools
|
||||||
|
* discord.py
|
||||||
|
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|||||||
@@ -20,6 +20,12 @@ Requirements
|
|||||||
- **requests_oauthlib**
|
- **requests_oauthlib**
|
||||||
It also requires requests_oauthlib to make OAuth2 sessions with discord.
|
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
|
Installing
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user