feat(install) + docs + chore(workplan): complete T03 for CYA-WP-0004 — Makefile, optional deps, and improved dev-head installation docs
This commit is contained in:
parent
8c7bfb57f4
commit
b483bf1f34
5 changed files with 118 additions and 14 deletions
|
|
@ -17,6 +17,16 @@ dependencies = [
|
|||
"rich>=13.0.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"ruff>=0.4.0",
|
||||
"pytest>=8.0",
|
||||
"build>=1.0",
|
||||
]
|
||||
test = [
|
||||
"pytest>=8.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
cya = "cya.cli.main:run"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue