From 911a3401886cf7067ae55817744e71350a4b3923 Mon Sep 17 00:00:00 2001 From: flier268 Date: Mon, 21 Dec 2020 14:58:30 +0800 Subject: [PATCH] python-telegram-bot fixed 12.8 because 13.1 can't use --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 653bb16..abfbbbd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -python-telegram-bot>=11.1.0 +python-telegram-bot==12.8 SQLAlchemy>=1.3.3 PySocks -BS4 \ No newline at end of file +BS4