From 277c733bac9283837e35fd301ddd613b7d2c5a0b Mon Sep 17 00:00:00 2001 From: Paillat Date: Tue, 15 Aug 2023 12:46:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20chore(requirements.txt):=20add?= =?UTF-8?q?=20orjson=20library=20for=20improved=20speed=20in=20JSON=20proc?= =?UTF-8?q?essing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 02239ae..0d63283 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,5 @@ google-cloud-vision tiktoken bs4 discord-oauth2.py -black \ No newline at end of file +black +orjson # for speed \ No newline at end of file