From 2e9ed41a2c45857d8a575c42d126b60dd8af29d8 Mon Sep 17 00:00:00 2001 From: Profitroll Date: Tue, 29 Apr 2025 00:58:00 +0200 Subject: [PATCH] Added Pycord speedups to requirements --- requirements.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fac428f..500a656 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,10 @@ +aiodns~=3.2.0 apscheduler~=3.11.0 async_pymongo==0.1.11 +brotlipy~=0.7.0 +faust-cchardet~=2.1.19 libbot[speed,pycord,cache]==4.1.0 mongodb-migrations==1.3.1 +msgspec~=0.19.0 pytz~=2025.1 -typing_extensions>=4.11.0 \ No newline at end of file +typing_extensions>=4.11.cl0 \ No newline at end of file