From c98e2feb8af91903ca38b5ce6458d154b244cb11 Mon Sep 17 00:00:00 2001 From: Linfeng Date: Wed, 8 May 2024 18:22:23 -0400 Subject: [PATCH] fix, add tenacity --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4a00530c0a..bd3b2b499a 100644 --- a/setup.py +++ b/setup.py @@ -46,6 +46,7 @@ "google-generativeai", "ImageHash", "rich", + "tenacity", ], include_package_data=True, extras_require={