mirror of
https://github.com/block/goose.git
synced 2026-08-04 05:21:19 +00:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 lines
215 B
TOML
9 lines
215 B
TOML
[project]
|
|
name = "provider-error-proxy"
|
|
version = "0.1.0"
|
|
description = "HTTP proxy for simulating provider errors in Goose"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"aiohttp>=3.14.1",
|
|
"brotli>=1.1.0",
|
|
]
|