From be30dae97c0f36d10ccdf5e6bc550db2c1940457 Mon Sep 17 00:00:00 2001 From: Paul Schulz Date: Wed, 21 Aug 2024 10:01:46 +0930 Subject: [PATCH] Update requirements.txt - cloudmesh-common required In order to get a python 3.12 program to run as per the example I needed to add the 'cloudmesh-common' package with pip. I don't know why it is required. (It is included in the requirements-dev.txt file. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4a97a2c..bad1eaa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ jmespath -oyaml \ No newline at end of file +oyaml +cloudmesh-common