From 326c1050f1e789f050f27909492bdebf138bfb4d Mon Sep 17 00:00:00 2001 From: "K.Y" Date: Sat, 9 Dec 2023 18:09:38 +0800 Subject: [PATCH] fix pytest --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1b64987..f3e0c39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ Source = "https://github.com/KenyonY/flaxkv" [project.optional-dependencies] test = [ + "litestar", "pytest", "pytest-aiohttp", ]