Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
update requirments for pycodestyle, and pylint
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <[email protected]>
  • Loading branch information
noslav committed Mar 14, 2023
1 parent 2db65ef commit 4b22b02
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
aiohttp==3.8.1
aiosignal==1.2.0
astroid==2.15.0
async-timeout==4.0.2
attrs==21.4.0
base58==2.1.1
bitarray==1.2.2
certifi==2021.10.8
charset-normalizer==2.0.12
cytoolz==0.11.2
dill==0.3.6
eth-abi==2.1.1
eth-account==0.5.7
eth-hash==0.3.2
Expand All @@ -19,24 +21,35 @@ frozenlist==1.3.0
hexbytes==0.2.2
idna==3.3
importlib-resources==5.7.0
ipfshttpclient==0.8.0a2
isort==5.12.0
jsonschema==4.4.0
lazy-object-proxy==1.9.0
lru-dict==1.1.7
mccabe==0.7.0
multiaddr==0.0.9
multidict==6.0.2
netaddr==0.8.0
parsimonious==0.8.1
platformdirs==3.1.1
protobuf==3.20.0
psycopg2==2.9.3
pycodestyle==2.10.0
pycryptodome==3.14.1
pylint==2.17.0
pyrsistent==0.18.1
python-dotenv==0.20.0
requests==2.27.1
rlp==2.0.1
six==1.16.0
tomli==2.0.1
tomlkit==0.11.6
toolz==0.11.2
typing_extensions==4.5.0
urllib3==1.26.9
varint==1.0.2
web3==5.29.0
websockets==9.1
wrapt==1.15.0
yarl==1.7.2
zipp==3.8.0

0 comments on commit 4b22b02

Please sign in to comment.