Skip to content

Commit bba0695

Browse files
committed
Missing dependency
Problem: Missing requests-toolbelt. Solution: Add toolbelt to requirements.txt. Signed-off-by: Paul Hewlett <[email protected]>
1 parent 3c6fc43 commit bba0695

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ iso8601~=1.1
1010
Jinja2~=3.0
1111
pyaml-env~=1.1
1212
requests~=2.28
13+
requests-toolbelt~=0.10
1314
rfc3339~=6.2
1415
xmltodict~=0.13
1516

scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ fi
1414

1515
docker build \
1616
--build-arg VERSION="$1" \
17+
--no-cache \
1718
-f Dockerfile-builder \
1819
-t rkvst-python-builder .

0 commit comments

Comments
 (0)