diff options
author | 2021-12-02 19:45:02 +0000 | |
---|---|---|
committer | 2021-12-02 19:45:02 +0000 | |
commit | df70f1971823a5c86db95c6b5c09b7ba3ad0dc2a (patch) | |
tree | 562bff74b429ef8bb9437d0af8ce5107fd0bf96c | |
parent | Update deployment.yaml (diff) | |
parent | update arrow to most recent version (diff) |
Merge pull request #120 from onerandomusername/patch-2
-rw-r--r-- | deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment.yaml b/deployment.yaml index cc2d853..6c8f6c8 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -33,7 +33,7 @@ spec: PYTHONUSERBASE=/snekbox/user_base pip install --user anyio[trio]~=3.2 - arrow~=0.17 + arrow~=1.2.1 attrs~=20.3 beautifulsoup4~=4.9 fishhook~=0.1 |