Skip to content

Commit

Permalink
Update 7 files
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiiRepair committed Oct 7, 2023
1 parent 46a3c80 commit 63efa9a
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 92 deletions.
6 changes: 0 additions & 6 deletions .codesandbox/Dockerfile

This file was deleted.

38 changes: 0 additions & 38 deletions .codesandbox/tasks.json

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ unknown_errors.txt
*.session-journal

.env
/.codesandbox
.codesandbox
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM python:3.11.5
RUN apt-get update && apt-get upgrade -y
RUN apt-get install cron ffmpeg tree -y
RUN pip3 install -U pip
RUN pip3 install --upgrade pip
RUN pip install --upgrade pip
COPY . /kreacher/
WORKDIR /kreacher/
RUN pip install --no-deps -U pytgcalls==3.0.0.dev24 tgcalls==3.0.0.dev6 && pip install -r requirements.txt
Expand Down
10 changes: 0 additions & 10 deletions bot/tasks/cron.py

This file was deleted.

34 changes: 0 additions & 34 deletions bot/tasks/dev.py

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ google-images-search==1.4.6
numpy==1.24.4
opencv-python-headless==4.8.0.74
pillow==10.0.0
python-crontab==3.0.0
piper-tts==1.2.0
pyrogram==2.0.106
python-dotenv==1.0.0
PyPDF2==3.0.1
Expand Down

0 comments on commit 63efa9a

Please sign in to comment.