This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 36474d61f4b NO-ISSUE: Fix docker-py internal dependency (requests)
version (#2347)
36474d61f4b is described below
commit 36474d61f4bd9d853654eb9d6a36894089e2da85
Author: Thiago Lugli <[email protected]>
AuthorDate: Mon May 20 23:43:02 2024 -0300
NO-ISSUE: Fix docker-py internal dependency (requests) version (#2347)
---
packages/python-venv/package.json | 2 +-
packages/python-venv/requirements.txt | 14 ++++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/packages/python-venv/package.json
b/packages/python-venv/package.json
index bbb6d198908..089fb9e4356 100644
--- a/packages/python-venv/package.json
+++ b/packages/python-venv/package.json
@@ -8,7 +8,7 @@
"scripts": {
"install": "python3 -m venv ./venv && run-script-os",
"install:linux:darwin": ". ./venv/bin/activate && pnpm install:pip",
- "install:pip": "pip3 install cekit==4.11.0 behave==1.2.6 lxml==5.2.1
docker==7.0.0 docker-squash==1.2.0 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",
+ "install:pip": "pip3 install -r requirements.txt",
"install:win32": ".\\venv\\Scripts\\Activate.bat && pnpm install:pip"
},
"devDependencies": {
diff --git a/packages/python-venv/requirements.txt
b/packages/python-venv/requirements.txt
new file mode 100644
index 00000000000..b9617d1e108
--- /dev/null
+++ b/packages/python-venv/requirements.txt
@@ -0,0 +1,14 @@
+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
+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
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]