From 6fec277831ea2375117b6dfbf94585d342eee3d3 Mon Sep 17 00:00:00 2001 From: Kamil Moszczyc Date: Tue, 28 Jan 2025 01:33:19 +0100 Subject: [PATCH] Add optional dependency - job-queue in requirements.txt to python-telegram-bot entry. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 51d8c09..d962f01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -python-telegram-bot +python-telegram-bot[job-queue] python-dotenv telethon pandas