added req

This commit is contained in:
kasperarts 2024-06-09 15:42:54 +03:00
parent 2ff6ae92ae
commit 0943671c09
2 changed files with 4 additions and 2 deletions

View File

@ -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

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
pyTelegramBotAPI==4.18.1
PyYAML==6.0.1