chore: Issue closure 125 cleanup
This commit is contained in:
parent
20e7f0f5bd
commit
bce680e6cb
26 changed files with 2362 additions and 388 deletions
|
|
@ -10,6 +10,11 @@ readme = "README.md"
|
|||
requires-python = ">=3.8"
|
||||
dependencies = ["markdown-it-py", "PyYAML", "click>=8.0.0", "tabulate>=0.9.0", "jsonpath-ng>=1.5.0", "aiohttp>=3.8.0", "toml"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
capabilities = [
|
||||
"markitect-content @ file:./capabilities/markitect-content"
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
markitect = "markitect.cli:main"
|
||||
tddai = "tddai_cli:main"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue