From c8f02c9884ca0989019d3efeba6849ef12193a5d Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:22:26 +0330 Subject: [PATCH] Create requirements.txt --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..40854ac --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +pyTelegramBotAPI +qrcode +python-dotenv +requests