This commit is contained in:
Elena Zherdeva
2024-08-29 17:35:36 -04:00
committed by GitHub
parent 25cf8d2d09
commit dd510a794a
2 changed files with 11 additions and 22 deletions
+5 -3
View File
@@ -1,14 +1,14 @@
[project]
name = "goose-ai"
description = "a programming agent that runs on your machine"
version = "0.8.1"
version = "0.8.2"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"attrs>=23.2.0",
"rich>=13.7.1",
"ruamel-yaml>=0.18.6",
"ai-exchange>=0.8.0",
"ai-exchange>=0.8.1",
"click>=8.1.7",
"prompt-toolkit>=3.0.47",
]
@@ -18,6 +18,9 @@ packages = [{ include = "goose", from = "src" }]
[tool.hatch.build.targets.wheel]
packages = ["src/goose"]
[project.entry-points."metadata.plugins"]
goose-ai = ""
[project.entry-points."goose.toolkit"]
developer = "goose.toolkit.developer:Developer"
github = "goose.toolkit.github:Github"
@@ -47,4 +50,3 @@ dev-dependencies = [
"pytest>=8.3.2",
"codecov>=2.1.13",
]