From 37f3ceee1e7be37795a09ff79fd9e174f502f806 Mon Sep 17 00:00:00 2001 From: yasir Date: Wed, 4 Oct 2023 12:19:02 +0700 Subject: [PATCH] Add req uvloop Signed-off-by: yasir --- 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