From b0f4b4aa554a36154905244806091e8befef3407 Mon Sep 17 00:00:00 2001 From: Paillat Date: Mon, 14 Aug 2023 23:43:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20chore(requirements.txt):=20add?= =?UTF-8?q?=20black=20to=20the=20list=20of=20dependencies=20for=20code=20f?= =?UTF-8?q?ormatting=20consistency?= 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 6e2c809..0393166 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ google-api-python-client google-cloud-vision tiktoken bs4 -disco.oauth2 \ No newline at end of file +disco.oauth2 +black \ No newline at end of file