testing #11

Merged
tema merged 16 commits from testing into master 2023-03-28 10:31:08 +03:00
3 changed files with 4 additions and 1 deletions
Showing only changes of commit a5b26beba0 - Show all commits

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
./venv/

View File

@ -6,7 +6,7 @@ WORKDIR /usr/src/bot
RUN apk update \ RUN apk update \
&& apk add \ && apk add \
build-base \ build-base \
gcc \ gcc git openssh \
musl-dev \ musl-dev \
python3-dev \ python3-dev \
py3-pip \ py3-pip \

View File

@ -2,6 +2,8 @@
#google-auth-httplib2 #google-auth-httplib2
#google-auth-oauthlib #google-auth-oauthlib
bs4 bs4
requests
GitPython
lxml lxml
peewee peewee
aiogram aiogram