diff --git a/poetry.lock b/poetry.lock index f9b4f533..d195bc8f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -210,6 +210,17 @@ files = [ {file = "billiard-4.2.0.tar.gz", hash = "sha256:9a3c3184cb275aa17a732f93f65b20c525d3d9f253722d26a82194803ade5a2c"}, ] +[[package]] +name = "boa-api" +version = "0.1.14" +description = "Client API for using the Boa infrastructure" +optional = false +python-versions = ">=3.5" +files = [ + {file = "boa-api-0.1.14.tar.gz", hash = "sha256:1b7e69b30b43d1966cc321271a4925657c654220eecb85f6e2eadd6e9c1f751c"}, + {file = "boa_api-0.1.14-py3-none-any.whl", hash = "sha256:b131dbfbc6ed04045aaff56f0520bde7f199b4940b99c136427cad3c22864d67"}, +] + [[package]] name = "boto3" version = "1.34.0" @@ -2198,4 +2209,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "3fc10ab916c08fb7ce133e1a4cba9648e2ee3858ed2b11cac2a8e0291ea6140c" +content-hash = "f2198ba94898f4260705bc395c05b70dff5b019786c9c0011da0ba92852f92b4" diff --git a/pyproject.toml b/pyproject.toml index 066c8f87..84cbfc1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ aiohttp = "3.9.3" pyjwe = "1.0.0" cryptography = "42.0.7" boto3 = "1.34" +boa-api = "^0.1.14" [tool.poetry.group.dev.dependencies]