mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-30 12:28:10 +00:00
Fixed the warning message of uv
This commit is contained in:
parent
64a43bc448
commit
e4ff444a71
@ -38,8 +38,12 @@ markers = [
|
|||||||
"no_auto_user: disable the conftest autouse contextvar fixture for this test",
|
"no_auto_user: disable the conftest autouse contextvar fixture for this test",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.uv]
|
||||||
|
index-url = "https://pypi.org/simple"
|
||||||
|
|
||||||
[tool.uv.workspace]
|
[tool.uv.workspace]
|
||||||
members = ["packages/harness"]
|
members = ["packages/harness"]
|
||||||
|
|
||||||
[tool.uv.sources]
|
[tool.uv.sources]
|
||||||
deerflow-harness = { workspace = true }
|
deerflow-harness = { workspace = true }
|
||||||
|
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
index-url = "https://pypi.org/simple"
|
|
||||||
Loading…
x
Reference in New Issue
Block a user