diff options
author | 2021-07-07 19:43:49 +0100 | |
---|---|---|
committer | 2021-07-07 11:49:34 -0700 | |
commit | 5d7e7351639474d6e0b5bcb1fb56156a6a76e1e9 (patch) | |
tree | e2860e770d0ad94c9b10936c90d4efd956517a22 | |
parent | Merge pull request #110 from python-discord/env-deps/add-tzdata (diff) |
add anyio
-rw-r--r-- | deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment.yaml b/deployment.yaml index 4eacd5d..5294ab9 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -32,6 +32,7 @@ spec: - >- PYTHONUSERBASE=/snekbox/user_base pip install --user + anyio[trio]~=3.2 arrow~=0.17 attrs~=20.3 beautifulsoup4~=4.9 |