From 67bf369e79a6b962a723d75cac31029a1f108693 Mon Sep 17 00:00:00 2001 From: grey-cat-1908 Date: Thu, 17 Mar 2022 14:01:46 +0300 Subject: [PATCH] add requirements --- README.md | 4 ++-- melisa/client.py | 1 - requirements.txt | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 02fb10f..a6fd750 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@

THIS LIBRARY IS CURRENTLY UNDER DEVELOPMENT! -

+ ## About MelisaPy 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 :) diff --git a/melisa/client.py b/melisa/client.py index 97e26cb..9b60193 100644 --- a/melisa/client.py +++ b/melisa/client.py @@ -1,4 +1,3 @@ -from . import exceptions from .models import User from .models.app import Shard from .utils import Snowflake diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..3f0bee4 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +aiohttp~=3.8.1 \ No newline at end of file