diff options
author | 2023-01-14 17:37:03 +0800 | |
---|---|---|
committer | 2023-01-14 17:37:03 +0800 | |
commit | d1e88cfd54e22aca3176046265af5c9da03503ac (patch) | |
tree | bbbb7f9ff18b2c99d094cd4c16f7a0b6a4959d91 | |
parent | Add matplotlib (#160) (diff) |
Add `einspect` to deployment
-rw-r--r-- | deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment.yaml b/deployment.yaml index c41599e..d654f25 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -36,6 +36,7 @@ spec: arrow~=1.2 attrs~=22.1 beautifulsoup4~=4.11 + einspect~=0.4 fishhook~=0.2 forbiddenfruit~=0.1 fuzzywuzzy~=0.18 |