feat: add wheels for wx_key

This commit is contained in:
H3CoF6
2026-02-08 17:22:43 +08:00
parent da5ad43593
commit d388224d3c
7 changed files with 17 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ dependencies = [
"zstandard>=0.23.0", "zstandard>=0.23.0",
"pilk>=0.2.4", "pilk>=0.2.4",
"pypinyin>=0.53.0", "pypinyin>=0.53.0",
"wx_key",
] ]
[project.optional-dependencies] [project.optional-dependencies]
@@ -40,3 +41,6 @@ include = [
"src/wechat_decrypt_tool/native/wcdb_api.dll", "src/wechat_decrypt_tool/native/wcdb_api.dll",
"src/wechat_decrypt_tool/native/WCDB.dll", "src/wechat_decrypt_tool/native/WCDB.dll",
] ]
[tool.uv]
find-links = ["./tools/key_wheels/"]

View File

@@ -1 +0,0 @@
> 这个目录放hook的native模块参考项目为wx_key经过新的瘦身和优化特征码不应该在native里面硬编码目前的项目地址https://github.com/H3CoF6/wxkey-native

14
uv.lock generated
View File

@@ -1,5 +1,5 @@
version = 1 version = 1
revision = 2 revision = 3
requires-python = ">=3.11" requires-python = ">=3.11"
[[package]] [[package]]
@@ -854,6 +854,7 @@ dependencies = [
{ name = "requests" }, { name = "requests" },
{ name = "typing-extensions" }, { name = "typing-extensions" },
{ name = "uvicorn", extra = ["standard"] }, { name = "uvicorn", extra = ["standard"] },
{ name = "wx-key" },
{ name = "zstandard" }, { name = "zstandard" },
] ]
@@ -878,6 +879,7 @@ requires-dist = [
{ name = "requests", specifier = ">=2.32.4" }, { name = "requests", specifier = ">=2.32.4" },
{ name = "typing-extensions", specifier = ">=4.8.0" }, { name = "typing-extensions", specifier = ">=4.8.0" },
{ name = "uvicorn", extras = ["standard"], specifier = ">=0.24.0" }, { name = "uvicorn", extras = ["standard"], specifier = ">=0.24.0" },
{ name = "wx-key" },
{ name = "zstandard", specifier = ">=0.23.0" }, { name = "zstandard", specifier = ">=0.23.0" },
] ]
provides-extras = ["build"] provides-extras = ["build"]
@@ -891,6 +893,16 @@ wheels = [
{ url = "https://files.pythonhosted.org/packages/e1/07/c6fe3ad3e685340704d314d765b7912993bcb8dc198f0e7a89382d37974b/win32_setctime-1.2.0-py3-none-any.whl", hash = "sha256:95d644c4e708aba81dc3704a116d8cbc974d70b3bdb8be1d150e36be6e9d1390", size = 4083, upload-time = "2024-12-07T15:28:26.465Z" }, { url = "https://files.pythonhosted.org/packages/e1/07/c6fe3ad3e685340704d314d765b7912993bcb8dc198f0e7a89382d37974b/win32_setctime-1.2.0-py3-none-any.whl", hash = "sha256:95d644c4e708aba81dc3704a116d8cbc974d70b3bdb8be1d150e36be6e9d1390", size = 4083, upload-time = "2024-12-07T15:28:26.465Z" },
] ]
[[package]]
name = "wx-key"
version = "1.0.0"
source = { registry = "tools/key_wheels" }
wheels = [
{ path = "wx_key-1.0.0-cp311-cp311-win_amd64.whl" },
{ path = "wx_key-1.0.0-cp312-cp312-win_amd64.whl" },
{ path = "wx_key-1.0.0-cp313-cp313-win_amd64.whl" },
]
[[package]] [[package]]
name = "zstandard" name = "zstandard"
version = "0.25.0" version = "0.25.0"