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