added req
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
"""..."""
|
"""Bot for mailing."""
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import telebot
|
import telebot
|
||||||
from telebot.types import BotCommand, KeyboardButton, ReplyKeyboardMarkup
|
from telebot.types import BotCommand
|
||||||
|
|
||||||
from modules.configuration import Configuration
|
from modules.configuration import Configuration
|
||||||
from modules.keyboards import Keyboards
|
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
|
||||||
Reference in New Issue
Block a user