mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
add requirements
This commit is contained in:
parent
c85783026c
commit
67bf369e79
3 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@
|
||||||
|
|
||||||
<h2 align="center">
|
<h2 align="center">
|
||||||
THIS LIBRARY IS CURRENTLY UNDER DEVELOPMENT!
|
THIS LIBRARY IS CURRENTLY UNDER DEVELOPMENT!
|
||||||
</h1>
|
</h2>
|
||||||
|
|
||||||
## About
|
## About
|
||||||
<strong>MelisaPy</strong> is a Python library for the [Discord API](https://discord.com/developers/docs/intro).
|
<strong>MelisaPy</strong> is a Python library for the [Discord API](https://discord.com/developers/docs/intro).
|
||||||
|
|
||||||
We are trying to make our library optimized. We are going to create really big Cache configuration, so don't worry about the RAM :)
|
We are trying to make our library optimized. We are going to create really cool Cache configuration, so don't worry about the RAM :)
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
from . import exceptions
|
|
||||||
from .models import User
|
from .models import User
|
||||||
from .models.app import Shard
|
from .models.app import Shard
|
||||||
from .utils import Snowflake
|
from .utils import Snowflake
|
||||||
|
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
aiohttp~=3.8.1
|
Loading…
Reference in a new issue