From 0943671c09eefca10a321db403e6f37b640feef1 Mon Sep 17 00:00:00 2001 From: kasperarts Date: Sun, 9 Jun 2024 15:42:54 +0300 Subject: [PATCH] added req --- modules/telegram.py | 4 ++-- requirements.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 requirements.txt diff --git a/modules/telegram.py b/modules/telegram.py index a5210f7..80c84bf 100644 --- a/modules/telegram.py +++ b/modules/telegram.py @@ -1,10 +1,10 @@ -"""...""" +"""Bot for mailing.""" # -*- coding: utf-8 -*- from pathlib import Path import telebot -from telebot.types import BotCommand, KeyboardButton, ReplyKeyboardMarkup +from telebot.types import BotCommand from modules.configuration import Configuration from modules.keyboards import Keyboards diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..252c6fe --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +pyTelegramBotAPI==4.18.1 +PyYAML==6.0.1