From 7ad190451bbc2f1f21fff4cbec7302f9518d5053 Mon Sep 17 00:00:00 2001 From: yasir Date: Wed, 4 Oct 2023 12:16:48 +0700 Subject: [PATCH] Add req uvloop --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index db79a155..f9f65d54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,4 +28,6 @@ pyrate_limiter cachetools cloudscraper openai -GitPython \ No newline at end of file +GitPython +aiofiles +uvloop \ No newline at end of file