From aad4dfdd990fdc7a665a05877b049c6e60bbf8a0 Mon Sep 17 00:00:00 2001 From: Tim Olson <> Date: Thu, 9 Nov 2023 17:10:07 -0400 Subject: [PATCH] requirements lock --- requirements-lock.txt | 60 +++++++++++++++++++++++++++++++++++++++++++ requirements.txt | 1 - 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 requirements-lock.txt diff --git a/requirements-lock.txt b/requirements-lock.txt new file mode 100644 index 0000000..20d30d5 --- /dev/null +++ b/requirements-lock.txt @@ -0,0 +1,60 @@ +aiohttp==3.8.6 +aiosignal==1.3.1 +alembic==1.12.1 +antlr4-python3-runtime==4.9.3 +async-timeout==4.0.3 +attrs==23.1.0 +bidict==0.22.1 +bitarray==2.8.2 +certifi==2023.7.22 +charset-normalizer==3.3.2 +cytoolz==0.12.2 +defaultlist==1.0.0 +eth-abi==4.2.1 +eth-account==0.10.0 +eth-hash==0.5.2 +eth-keyfile==0.6.1 +eth-keys==0.4.0 +eth-rlp==0.3.0 +eth-typing==3.5.1 +eth-utils==2.3.0 +frozenlist==1.4.0 +greenlet==3.0.1 +h11==0.14.0 +hexbytes==0.3.1 +hiredis==2.2.3 +idna==3.4 +jsonschema==4.19.2 +jsonschema-specifications==2023.7.1 +lru-dict==1.3.0 +Mako==1.2.4 +MarkupSafe==2.1.3 +msgpack-python==0.5.6 +multidict==6.0.4 +omegaconf==2.3.0 +orjson==3.9.10 +parsimonious==0.9.0 +protobuf==4.25.0 +psycopg2-binary==2.9.9 +pycryptodome==3.19.0 +python-engineio==4.7.1 +python-socketio==5.9.0 +pyunormalize==15.0.0 +PyYAML==6.0.1 +redis==5.0.1 +referencing==0.30.2 +regex==2023.10.3 +requests==2.31.0 +rlp==3.0.0 +rpds-py==0.12.0 +simple-websocket==0.10.1 +socket.io-emitter==0.1.5.1 +sortedcontainers==2.4.0 +SQLAlchemy==2.0.23 +toolz==0.12.0 +typing_extensions==4.8.0 +urllib3==2.0.7 +web3==6.11.2 +websockets==12.0 +wsproto==1.2.0 +yarl==1.9.2 diff --git a/requirements.txt b/requirements.txt index 56f83e9..04b1465 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,6 @@ web3>=6.11.1 psycopg2-binary orjson sortedcontainers -hexbytes defaultlist redis[hiredis] socket.io-emitter