added req
This commit is contained in:
parent
2ff6ae92ae
commit
0943671c09
@ -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
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
pyTelegramBotAPI==4.18.1
|
||||
PyYAML==6.0.1
|
Loading…
Reference in New Issue
Block a user