From 59994e146746ce28d9861d8647b65040ad5cb1de Mon Sep 17 00:00:00 2001 From: Sayan Biswas Date: Fri, 12 Apr 2024 23:48:07 +0530 Subject: [PATCH] pin emoji to version 1.7.0 thanks @itsLuuke for pointing it out. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3460c1e9..05b89515 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ bleach cachetools configparser currencyconverter -emoji +emoji==1.7.0 feedparser future gitpython @@ -28,4 +28,4 @@ pycryptodome base58 pytimeparse SibylSystem -pydantic \ No newline at end of file +pydantic