Skip to content

Commit

Permalink
deps as array
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Oct 11, 2024
1 parent af04610 commit b0ba187
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.11"

[project.urls]
"Homepage" = "https://your-repo-url"

[project.dependencies]
dependencies = [
"typer>=0.12.5",
"inquirer>=3.4.0",
Expand All @@ -25,5 +21,9 @@ dependencies = [
"ruamel.yaml.base>=0.3.2"
]

[project.urls]
"Homepage" = "https://your-repo-url"


[project.scripts]
agentstack = "agentstack.main:main"

0 comments on commit b0ba187

Please sign in to comment.