From c8c2d815982dc8565ecbda72fcd882da1f069bd6 Mon Sep 17 00:00:00 2001 From: sbansla Date: Thu, 3 Oct 2024 10:40:37 +0530 Subject: [PATCH] fixed setup deps --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index cf8d33a6..44eab073 100644 --- a/setup.py +++ b/setup.py @@ -9,9 +9,9 @@ def getRequires(): deps = [ - 'requests'>='2.31.0', - 'aiohttp'>='3.9.4', - 'aiohttp-retry'>='2.8.3', + 'requests>=2.31.0', + 'aiohttp>=3.9.4', + 'aiohttp-retry>=2.8.3', 'python_http_client>=3.2.1', 'starkbank-ecdsa>=2.0.1' ]