From 3844264d456a97e6219813f3bd9d090d336c9956 Mon Sep 17 00:00:00 2001 From: Zhichao Date: Fri, 11 Oct 2024 08:38:53 +0800 Subject: [PATCH] Revert "remove tenacity" This reverts commit 1e786ff876c63784dc4bb6d1d41d19b446336f77. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7271ae83..90e447a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,7 @@ nbformat = "^5.10.4" rich = "^13.7.1" langsmith = "^0.1.58" ipykernel = "^6.29.4" +tenacity = "^8.3.0" pillow-heif = "^0.16.0" pytube = "15.0.0" anthropic = "^0.31.0"