add requirements

This commit is contained in:
grey-cat-1908 2022-03-17 14:01:46 +03:00
parent c85783026c
commit 67bf369e79
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

@ -0,0 +1 @@
aiohttp~=3.8.1