Skip to content

Commit 9c1af75

Browse files
committed
Add tenacity in pyproject.toml
1 parent 7d3c524 commit 9c1af75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ dependencies = [
5151
"make-it-sync", # compatible versions controlled through func_adl
5252
"ruamel.yaml>=0.18",
5353
"ccorp-yaml-include-relative-path>=0.0.4",
54-
"filelock>=3.12.0"
54+
"filelock>=3.12.0",
55+
"tenacity >= 9.0.0"
5556
]
5657

5758
[project.scripts]

0 commit comments

Comments
 (0)