From cad829f1768a465d88898856a2f98966bf6864c3 Mon Sep 17 00:00:00 2001 From: Paolo Grasso Date: Thu, 5 Nov 2020 19:38:04 +0100 Subject: [PATCH] Update requirements A version restriction for python-telegram-bot has been set to <12.0.0 since from version 12 the current implementation of Telegram bot does no longer work. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0ee3a14..9a68819 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -python-telegram-bot>=10.0.0 +python-telegram-bot>=10.0.0,<12.0.0 requests>=2.0.0