From 982db997f126dc8ad026e44923b166a320dd82cf Mon Sep 17 00:00:00 2001 From: ThomasByr Date: Wed, 2 Aug 2023 16:41:04 +0200 Subject: [PATCH] =?UTF-8?q?python=20pip=20requirements=20=F0=9F=93=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 95d1065..7f1aa41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,11 +2,12 @@ # to ensure reproducibility of the environment ; # exceptions are made for some minor versions -termcolor == 2.3.* # for colored output (used in the logger) -python-dotenv == 1.0.* # load environment variables from a .env file (or exported in the shell) +termcolor == 2.3.* # for colored output (used in the logger) +python-dotenv == 1.0.* # load environment variables from a .env file (or exported in the shell) -typing_extensions == 4.6.* # mainly for `override` decorator -arrow == 1.2.* # for time manipulation +typing_extensions == 4.6.* # mainly for `override` decorator +arrow == 1.2.* # for time manipulation +jellyfish == 0.11.* # for fuzzy string matching -discord.py == 2.2.* # discord API wrapper -pymongo[srv] == 4.3.* # MongoDB driver +discord.py == 2.2.* # discord API wrapper +pymongo[srv] == 4.3.* # MongoDB driver