From 40392e474ee0fe053e29c25f27ae50f9cc8f0547 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Mon, 16 Sep 2024 09:44:11 -0700 Subject: [PATCH] add pulpcore client as a dep --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7eae74..a303d15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,8 @@ dependencies = [ "lxml >= 4.6.5", "file-magic >= 0.4.0", "pycurl >= 7.43.0.6", - "boto3 >= 1.22.10" + "boto3 >= 1.22.10", + "pulpcore-client >= 3.58.0" ] [project.urls]