From 5a82a186a7513a9dd259283e576fba924c927400 Mon Sep 17 00:00:00 2001 From: Zihao Xu Date: Mon, 19 Jan 2026 04:46:09 -0800 Subject: [PATCH] chore: add pytest-cov to requirements (#50) Closes #42 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f16b650..bb02715 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,5 @@ websockets>=11.0 # Testing pytest>=8.0.0 pytest-asyncio>=0.23.0 # Required for async tests -httpx>=0.27.0 # Required for FastAPI TestClient +pytest-cov>=4.1.0 # Required for coverage reporting +httpx>=0.27.0 # Required for FastAPI TestClient