This is an automated email from the ASF dual-hosted git repository.

ricardozanini pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-serverless-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 525920e9 Fix Python dependencies in e2e (#469)
525920e9 is described below

commit 525920e96090342c6968f953ef79ae59e6e1e38f
Author: Ricardo Zanini <[email protected]>
AuthorDate: Thu May 23 13:00:09 2024 -0300

    Fix Python dependencies in e2e (#469)
    
    Signed-off-by: Ricardo Zanini <[email protected]>
---
 images/requirements.txt | 21 ++++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)

diff --git a/images/requirements.txt b/images/requirements.txt
index 87a0ef51..3703c9fe 100644
--- a/images/requirements.txt
+++ b/images/requirements.txt
@@ -1,10 +1,21 @@
 # Requirements for cekit 4.11.0 build
 # see: https://pip.pypa.io/en/stable/reference/requirements-file-format/
-docker-squash
-odcs
-docker
+
+requests<2.32.0
+cekit==4.11.0
+behave==1.2.6
+lxml==5.2.1
+docker==7.0.0
+docker-squash==1.2.0
 python-docker
+elementpath==4.4.0
+pyyaml==6.0.1
+ruamel.yaml==0.18.6
+python-dateutil==2.9.0.post0
+Jinja2==3.1.3
+pykwalify==1.8.0
+colorlog==6.8.2
+click==8.1.7
+odcs
 behave
-lxml
 krb5
-cekit == 4.11.0


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to