83035e4b9b
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 lines
215 B
TOML
10 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",
|
|
]
|