diff options
author | 2021-01-11 11:27:02 -0800 | |
---|---|---|
committer | 2021-01-11 11:27:02 -0800 | |
commit | 7b844fe3ac250a8747258f8c5c454530dfb7e84c (patch) | |
tree | 1da30d1307011da0b6caa9ed55d9040fe9804d0a /deployment.yaml | |
parent | Merge 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
Diffstat (limited to 'deployment.yaml')
-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 |