mirror of
https://github.com/vinefeeder/TwinVine.git
synced 2026-07-15 18:10:04 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# pyproject.toml (root)
|
||||
[tool.uv.workspace]
|
||||
members = ["packages/*"]
|
||||
|
||||
[tool.uv.sources]
|
||||
envied = { workspace = true }
|
||||
|
||||
# Optional shared dev deps
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest",
|
||||
"ruff",
|
||||
"mypy",
|
||||
"scrapy>=2.13.3",
|
||||
]
|
||||
Reference in New Issue
Block a user