<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:arial,sans-serif"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 13, 2023 at 12:06 PM Juraj Linkeš <juraj.linkes@pantheon.tech> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Jul 13, 2023 at 5:23 PM <<a href="mailto:jspewock@iol.unh.edu" target="_blank">jspewock@iol.unh.edu</a>> wrote:<br>
><br>
> From: Jeremy Spewock <<a href="mailto:jspewock@iol.unh.edu" target="_blank">jspewock@iol.unh.edu</a>><br>
><br>
> added paramiko to the dependency files<br>
><br>
> Signed-off-by: Jeremy Spewock <<a href="mailto:jspewock@iol.unh.edu" target="_blank">jspewock@iol.unh.edu</a>><br>
> ---<br>
>  dts/poetry.lock    | 137 +++++++++++++++++++++++++++------------------<br>
>  dts/pyproject.toml |   1 +<br>
>  2 files changed, 82 insertions(+), 56 deletions(-)<br>
><br>
<br>
> diff --git a/dts/pyproject.toml b/dts/pyproject.toml<br>
> index 50bcdb327a..c4543d5c56 100644<br>
> --- a/dts/pyproject.toml<br>
> +++ b/dts/pyproject.toml<br>
> @@ -13,6 +13,7 @@ warlock = "^2.0.1"<br>
>  PyYAML = "^6.0"<br>
>  types-PyYAML = "^6.0.8"<br>
>  fabric = "^2.7.1"<br>
> +paramiko = "^3.1.0"<br>
<br>
Quick question - does the patch work with the paramiko version that<br>
goes with Fabric? If so, then we don't need this commit.<br></blockquote><div><br></div><div><div style="font-family:arial,sans-serif" class="gmail_default">I'm not completely sure if it is needed, but I would think that it would work without this listed in the pyproject.toml. I left it in to be less ambiguous as to where the package actually comes from, but I am okay with removing it if that is preferred. I'll run a test without it now quickly to make sure it works without this commit.<br></div></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
><br>
>  [tool.poetry.dev-dependencies]<br>
>  mypy = "^0.961"<br>
> --<br>
> 2.41.0<br>
><br>
</blockquote></div></div>