From 1b0720464e5aec5380b01db5c791c098a179406c Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Thu, 7 Dec 2023 00:36:59 +0100 Subject: [PATCH] :heavy_minus_sign: Removed tqdm --- poetry.lock | 4 ++-- pyproject.toml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0092686..a06e631 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1709,4 +1709,4 @@ requests = "*" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "46c24b882008ad72d03aa642265c57ba54880a82ea5e3b3a362996bd9db8ef97" +content-hash = "030fe552f0c2d95695465c17bb93926d7b1e2f3a21a5f32ac01b99b6262b86e4" diff --git a/pyproject.toml b/pyproject.toml index 53568e2..61dfcc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,6 @@ openai = "^0.28.1" pendulum = "^2.1.2" boto3 = "^1.28.71" mailchimp-marketing = "^3.0.80" -tqdm = "^4.66.1" tenacity = "^8.2.3" readtime = "^3.0.0"