From 050020a1a81b0284dfc53605b7ec814e7a5b565b Mon Sep 17 00:00:00 2001 From: Shubham Date: Fri, 13 Oct 2023 16:20:36 +0530 Subject: [PATCH] fix: Requirement changes (#727) * fix: Update requirements.txt * fix: removed cython from requirements.txt --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2459ef00d..0d575a3f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ -cython>=3.0.0 pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability requests>=2.0.0 PyJWT>=2.0.0, <3.0.0 -aiohttp>=3.8.4 +aiohttp==3.8.4 aiohttp-retry>=2.8.3