update: pip compile pyproject.toml to requirements.txt

This commit is contained in:
Claude
2026-07-01 10:36:40 +08:00
parent e518c669e4
commit 9984b56b7a
2 changed files with 117 additions and 4 deletions
+6
View File
@@ -21,6 +21,12 @@ dev = [
"pytest-mock>=3.14",
]
[tool.uv]
environments = [
"sys_platform == 'darwin'",
"sys_platform == 'linux'",
]
[[tool.uv.index]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
default = true