From e09c56759eb81fa5e7d9b4821f734b99c7a915a9 Mon Sep 17 00:00:00 2001 From: StNicolay <103897650+StNicolay@users.noreply.github.com> Date: Wed, 5 Oct 2022 18:50:12 +0300 Subject: [PATCH] Added pyTelegramBotAPI to requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d486cd0..88ba51c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ bcrypt cryptography mariadb -python-dotenv \ No newline at end of file +python-dotenv +pyTelegramBotAPI \ No newline at end of file