File tree Expand file tree Collapse file tree 6 files changed +638
-91
lines changed
Expand file tree Collapse file tree 6 files changed +638
-91
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " scp-constructor"
3- version = " 0.1 .0"
4- description = " Scan repositories for scp.yaml files and build architecture graphs "
3+ version = " 0.3 .0"
4+ description = " Build architecture models from scp.yaml files"
55readme = " README.md"
66requires-python = " >=3.12"
77dependencies = [
8- " pydantic>=2.0" ,
9- " pyyaml>=6.0" ,
10- " neo4j>=5.0" ,
11- " httpx>=0.25" ,
8+ " scp-sdk>=0.1.0" ,
129 " typer>=0.9" ,
1310 " rich>=13.0" ,
11+ " neo4j>=5.0" ,
12+ " httpx>=0.25" ,
1413]
1514
1615[project .scripts ]
Original file line number Diff line number Diff line change 1- """SCP Constructor - Build architecture graphs from scp.yaml files."""
1+ """Build architecture graphs from scp.yaml files."""
22
3- __version__ = "0.1 .0"
3+ __version__ = "0.3 .0"
You can’t perform that action at this time.
0 commit comments