Skip to content

Commit d1714f7

Browse files
committed
Add tenacity to requirements.txt
An additional python package, tenacity, has been added to the requirements.txt file. This is to manage the execution retry policy in some code, helping to ensure the robustness and reliability of the application.
1 parent ab7b2ee commit d1714f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ requests
22
pandas >= 1.3.5
33
mindsdb-sql >= 0.13.0, < 0.14.0
44
docstring-parser >= 0.7.3
5+
tenacity >= 8.0.1
56
openai >= 1.15.0

0 commit comments

Comments
 (0)