From db815494d3723ce2e4fe0bcbdd7d0301114eb4ec Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Sun, 15 Dec 2024 21:07:08 +0300 Subject: [PATCH] downgrade web3 version --- requirements.txt | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a6fd474..da0a2a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,29 +1,61 @@ aiee==0.3.2 +aiohappyeyeballs==2.4.3 +aiohttp==3.10.11 +aiosignal==1.3.1 +annotated-types==0.7.0 asn1crypto==1.5.1 +async-timeout==5.0.1 +attrs==24.2.0 +bitarray==3.0.0 +certifi==2024.8.30 cffi==1.17.1 chainlib==0.5.4 chainlib-eth==0.6.3 +charset-normalizer==3.4.0 +ckzg==2.0.1 coincurve==15.0.0 confini==0.6.5 cryptography==3.2.1 cytoolz==1.0.0 +eth-account==0.13.4 eth-erc20==0.9.0 eth-hash==0.7.0 +eth-keyfile==0.8.1 +eth-keys==0.6.0 +eth-rlp==2.1.0 eth-typing==5.0.1 -eth-utils==2.3.2 +eth-utils +eth_abi==5.1.0 +frozenlist==1.5.0 funga==0.5.7 funga-eth==0.8.0 hexathon==0.1.7 +hexbytes==1.2.1 +idna==3.10 json-rpc==1.13.0 +multidict==6.1.0 nats-py==2.9.0 +parsimonious==0.10.0 ply==3.11 potaahto==0.1.2 +propcache==0.2.0 pycparser==2.22 pycryptodome==3.10.1 +pydantic==2.10.1 +pydantic_core==2.27.1 +pysha3==1.0.2 +python-dotenv==1.0.1 python-gnupg==0.4.9 -rlp==3.0.0 +pyunormalize==16.0.0 +regex==2024.11.6 +requests==2.32.3 safe-pysha3==1.0.4 six==1.16.0 toolz==1.0.0 +types-requests==2.32.0.20241016 typing_extensions==4.12.2 +urllib3==2.2.3 +web3==6.1.0 websocket-client==0.57.0 +websockets==13.1 +yarl==1.15.2