aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2021-01-11 11:27:02 -0800
committerGravatar MarkKoz <[email protected]>2021-01-11 11:27:02 -0800
commit7b844fe3ac250a8747258f8c5c454530dfb7e84c (patch)
tree1da30d1307011da0b6caa9ed55d9040fe9804d0a
parentMerge pull request #64 from python-discord/feat/deps/63/pep8-naming (diff)
Force extant packages to install to the user site too during deployment
Fix #89
-rw-r--r--deployment.yaml2
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