mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-05-28 13:37:25 +08:00
fix: add xhshow dependency
This commit is contained in:
@@ -39,6 +39,7 @@ dependencies = [
|
|||||||
"pytest-asyncio>=0.21.0",
|
"pytest-asyncio>=0.21.0",
|
||||||
"websockets>=15.0.1",
|
"websockets>=15.0.1",
|
||||||
"asyncpg>=0.31.0",
|
"asyncpg>=0.31.0",
|
||||||
|
"xhshow>=0.1.9",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[tool.uv.index]]
|
[[tool.uv.index]]
|
||||||
|
|||||||
@@ -27,4 +27,5 @@ sqlalchemy>=2.0.43
|
|||||||
motor>=3.3.0
|
motor>=3.3.0
|
||||||
openpyxl>=3.1.2
|
openpyxl>=3.1.2
|
||||||
pytest>=7.4.0
|
pytest>=7.4.0
|
||||||
pytest-asyncio>=0.21.0
|
pytest-asyncio>=0.21.0
|
||||||
|
xhshow>=0.1.9
|
||||||
Reference in New Issue
Block a user