From 309c1d27b68ab5bfadb5f904e61048d25c09cfde Mon Sep 17 00:00:00 2001 From: J-Rios Date: Sun, 17 Dec 2023 00:49:04 +0100 Subject: [PATCH] Requirements list ordered by alphabet --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8adb139..90d2a5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -python-telegram-bot[all]==20.0 -multicolorcaptcha==1.2.0 +multicolorcaptcha == 1.2.0 +python-telegram-bot[all] == 20.0