From a473c67905ca76f6a42bcd942f9e69db0e38dc98 Mon Sep 17 00:00:00 2001 From: profitroll Date: Wed, 3 Jan 2024 23:53:50 +0100 Subject: [PATCH] Custom pykeyboard is now used --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8dc614b..d03fa31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ apscheduler~=3.10.4 convopyro==0.5 -pykeyboard==0.1.5 tgcrypto==1.2.5 uvloop==0.19.0 # If uses MongoDB: mongodb-migrations==1.3.0 --extra-index-url https://git.end-play.xyz/api/packages/profitroll/pypi/simple async_pymongo==0.1.4 -libbot[speed,pyrogram]==3.0.0 \ No newline at end of file +libbot[speed,pyrogram]==3.0.0 +pykeyboard==0.1.7 \ No newline at end of file