Skip to content

Commit b0ba187

Browse files
committed
deps as array
1 parent af04610 commit b0ba187

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ license = { text = "MIT" }
1313
readme = "README.md"
1414
requires-python = ">=3.11"
1515

16-
[project.urls]
17-
"Homepage" = "https://your-repo-url"
18-
19-
[project.dependencies]
2016
dependencies = [
2117
"typer>=0.12.5",
2218
"inquirer>=3.4.0",
@@ -25,5 +21,9 @@ dependencies = [
2521
"ruamel.yaml.base>=0.3.2"
2622
]
2723

24+
[project.urls]
25+
"Homepage" = "https://your-repo-url"
26+
27+
2828
[project.scripts]
2929
agentstack = "agentstack.main:main"

0 commit comments

Comments
 (0)