diff options
-rw-r--r-- | deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment.yaml b/deployment.yaml index 4545c3f..988394f 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -30,7 +30,7 @@ spec: - "/bin/sh" - "-c" - >- - pip install --user + pip install --user --ignore-installed arrow~=0.17 attrs~=20.3 beautifulsoup4~=4.9 |