From 16e8965035185db87e0b5534c723ac649b04deec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E9=98=BF=E6=B1=9F=28Relakkes?= =?UTF-8?q?=29?= Date: Tue, 7 Apr 2026 21:20:44 +0800 Subject: [PATCH] fix: add xhshow dependency --- pyproject.toml | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6329f4c..c82d917 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ dependencies = [ "pytest-asyncio>=0.21.0", "websockets>=15.0.1", "asyncpg>=0.31.0", + "xhshow>=0.1.9", ] [[tool.uv.index]] diff --git a/requirements.txt b/requirements.txt index d94f570..df8d54d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,4 +27,5 @@ sqlalchemy>=2.0.43 motor>=3.3.0 openpyxl>=3.1.2 pytest>=7.4.0 -pytest-asyncio>=0.21.0 \ No newline at end of file +pytest-asyncio>=0.21.0 +xhshow>=0.1.9 \ No newline at end of file