From 4705e341d2efbc523853f730a04c04753dfa885f Mon Sep 17 00:00:00 2001 From: Mohammad Twin Date: Thu, 27 Jul 2023 11:50:56 +0400 Subject: [PATCH] feat: new packages were added to work with rq and redis --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index c7eccd6..5c8513a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ +async-timeout==4.0.2 attrs==22.2.0 +click==8.1.6 coverage==7.2.7 dnspython==2.2.1 exceptiongroup==1.1.0 @@ -14,6 +16,8 @@ pytest==7.2.0 python-dateutil==2.8.2 python-dotenv==0.21.1 pytz==2022.7.1 +redis==4.6.0 +rq==1.15.1 six==1.16.0 tomli==2.0.1 tzdata==2023.3