From f2534725c3bc093e95d5953a6fb86cb3c7de99bd Mon Sep 17 00:00:00 2001 From: Judit Novak Date: Fri, 3 Nov 2023 10:45:28 +0100 Subject: [PATCH] ops libs for integration, so secrets-related fixtures would work --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 3085f02d6a..b38ebccef0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2114,4 +2114,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "483cabe4bc871fe88c40558624e201e0db26fd938a824d08e7aa014ed1bc7597" +content-hash = "8337705ee08b23d0206e4257d36b3a39aa374873b0db32d3b0aab16fd23223c2" diff --git a/pyproject.toml b/pyproject.toml index 9a114a42ea..7b9312deca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,6 +78,7 @@ juju = "^3.2.2" psycopg2 = {version = "^2.9.9", extras = ["binary"]} boto3 = "^1.28.70" tenacity = "^8.2.3" +ops = "^2.8.0" [build-system] requires = ["poetry-core>=1.0.0"]