From 90883f862b9750c0184b851838d34275fc8303af Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Sun, 3 Nov 2024 17:52:28 +0900 Subject: [PATCH] fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 84f565e..dce1282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "marshmallow", "pydantic", "python-dateutil", - "tenacity" + "tenacity", "black", "codecov", "pytest",