Skip to content

Commit

Permalink
Missing dependency
Browse files Browse the repository at this point in the history
Problem:
Missing requests-toolbelt.

Solution:
Add toolbelt to requirements.txt.

Signed-off-by: Paul Hewlett <[email protected]>
  • Loading branch information
eccles committed Feb 15, 2023
1 parent 3c6fc43 commit bba0695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ iso8601~=1.1
Jinja2~=3.0
pyaml-env~=1.1
requests~=2.28
requests-toolbelt~=0.10
rfc3339~=6.2
xmltodict~=0.13

1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ fi

docker build \
--build-arg VERSION="$1" \
--no-cache \
-f Dockerfile-builder \
-t rkvst-python-builder .

0 comments on commit bba0695

Please sign in to comment.