diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index daadd29..70ed036 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,6 @@ jobs: command: | cd /usr/local/bin/Send2KindleBot/ git pull origin master - docker-compose up -d systemctl restart tg_send2kindlebot systemctl restart tg_send2kindleFast systemctl restart tg_send2kindleSlow diff --git a/requirements.txt b/requirements.txt index 8c55254..e0ecc01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ configparser==3.5.0 -pyTelegramBotAPI==3.1.0 urllib3==1.26.19 validate-email==1.3 epub-meta==0.0.7 @@ -10,3 +9,4 @@ weasyprint==56.1 validate-email==1.3 python-i18n==0.3.9 dnspython==2.6.1 +pyTelegramBotAPI==4.19.1