mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-22 16:06:50 +00:00
Fixed the warning message of uv
This commit is contained in:
@@ -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"
|
|
||||||
Reference in New Issue
Block a user