requirements fix

This commit is contained in:
tema 2022-10-12 23:45:58 +03:00
parent b717c032aa
commit a5b26beba0
Signed by: tema
GPG Key ID: 21FDB6D162488F6F
3 changed files with 4 additions and 1 deletions

1
.dockerignore Normal file
View File

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

View File

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

View File

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