diff options
author | 2021-01-10 01:40:14 +0000 | |
---|---|---|
committer | 2021-01-10 01:40:14 +0000 | |
commit | f640f4d0362cd8d8b3e0763e3694968d5ce18614 (patch) | |
tree | d86146e401b6b90701dbe4d343ffd79faf0eb3eb /deployment.yaml | |
parent | Add leading slash to post-start command (diff) |
Remove erroneous slash from dependencies list
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 d5c5f70..0fa99df 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -44,7 +44,7 @@ spec: pendulum~=2.1 python-dateutil~=2.8 python-levenshtein~=0.12.0 - pyyaml~= 5.3 + pyyaml~=5.3 scipy~=1.5 sympy~=1.6 toml~=0.10 |