update: pip compile pyproject.toml to requirements.txt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user