From f95129288f4c22632ef773694d0275b1489679e9 Mon Sep 17 00:00:00 2001 From: Shubh Agarwal Date: Thu, 4 Jul 2024 01:47:31 -0400 Subject: [PATCH] 3.12 should work now, changed reqs --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2aebc7b..247a178 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests==2.31.0 -web3==6.0.0 +web3>=6.0.0 pandas==2.2.1 SQLAlchemy==2.0.28 psycopg2==2.9.9 @@ -8,3 +8,4 @@ black==23.3.0 mypy==1.4.1 pylint==3.2.5 pytest==7.4.0 +setuptools \ No newline at end of file