diff options
author | 2023-01-14 13:59:51 +0000 | |
---|---|---|
committer | 2023-01-14 13:59:51 +0000 | |
commit | 57ba9ec79a78681fd39bc8d66fce38e7787ab2d3 (patch) | |
tree | bbbb7f9ff18b2c99d094cd4c16f7a0b6a4959d91 | |
parent | Add matplotlib (#160) (diff) | |
parent | Add `einspect` to deployment (diff) |
Merge pull request #165 from python-discord/dep-add-einspect
Add einspect
-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 |