workspace
This commit is contained in:
@@ -14,6 +14,7 @@ dependencies = [
|
||||
"selectolax>=0.3.21,<1.0.0",
|
||||
"starlette>=0.37.0,<1.0.0",
|
||||
"uvicorn[standard]>=0.30.0,<1.0.0",
|
||||
"surugaya-common",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
@@ -29,3 +30,9 @@ testpaths = ["tests"]
|
||||
|
||||
[tool.uv]
|
||||
package = false
|
||||
|
||||
[tool.uv.workspace]
|
||||
members = ["packages/*"]
|
||||
|
||||
[tool.uv.sources]
|
||||
surugaya-common = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user