From 3377e1bd25ed1206f9eea918e29e5f8954ae9490 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Wed, 18 Sep 2024 16:20:53 -0400 Subject: [PATCH] requirements.txt --- requirements.txt | 52 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c3c8241 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,52 @@ +aiohappyeyeballs==2.4.0 +aiohttp==3.10.5 +aiosignal==1.3.1 +annotated-types==0.7.0 +asn1crypto==1.5.1 +attrs==24.2.0 +bip-utils==2.9.3 +bitarray==2.9.2 +cbor2==5.6.4 +certifi==2024.8.30 +cffi==1.17.1 +charset-normalizer==3.3.2 +ckzg==2.0.1 +coincurve==20.0.0 +crcmod==1.7 +cryptography==43.0.1 +cytoolz==0.12.3 +ecdsa==0.19.0 +ed25519-blake2b==1.4.1 +eth-account==0.13.3 +eth-hash==0.7.0 +eth-keyfile==0.8.1 +eth-keys==0.5.1 +eth-rlp==2.1.0 +eth-typing==5.0.0 +eth-utils==5.0.0 +eth_abi==5.1.0 +frozenlist==1.4.1 +hexbytes==1.2.1 +idna==3.10 +multidict==6.1.0 +parsimonious==0.10.0 +py-sr25519-bindings==0.2.0 +pycparser==2.22 +pycryptodome==3.20.0 +pydantic==2.9.2 +pydantic_core==2.23.4 +PyJWT==2.9.0 +PyNaCl==1.5.0 +python-dateutil==2.9.0.post0 +pyunormalize==16.0.0 +regex==2024.9.11 +requests==2.32.3 +rlp==4.0.1 +six==1.16.0 +toolz==0.12.1 +types-requests==2.32.0.20240914 +typing_extensions==4.12.2 +urllib3==2.2.3 +web3==7.2.0 +websockets==13.0.1 +yarl==1.11.1