Skip to content

Commit

Permalink
Revert to Python 3.11 and TgCrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
tropicoo committed Mar 21, 2024
1 parent 7a33dc0 commit 20c35b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app_bot/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ PyYAML==6.0.1
addict==2.4.0
pyrofork==2.3.19.post2
tenacity==8.2.3
tgcrypto==1.2.5
typing_extensions==4.10.0
2 changes: 1 addition & 1 deletion base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine
FROM python:3.11-alpine

RUN apk add --no-cache \
tzdata \
Expand Down

0 comments on commit 20c35b0

Please sign in to comment.