mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
2712dd8817
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.0",
|
|
"brotli>=1.1.0",
|
|
]
|