From e533f1e0d33230c60e85b1e1aca33be8f72689b3 Mon Sep 17 00:00:00 2001 From: dipespandey <pandey.dipesh50@gmail.com> Date: Mon, 1 Nov 2021 09:21:53 +0100 Subject: [PATCH] add requirements to repo --- requirements.txt | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4f55905 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,50 @@ +appnope==0.1.2 +attrdict==2.0.1 +backcall==0.2.0 +base58==2.1.0 +certifi==2021.10.8 +charset-normalizer==2.0.7 +click==7.1.2 +colorama==0.4.4 +Cython==0.29.24 +cytoolz==0.11.0 +decorator==5.1.0 +eth-abi==1.3.0 +eth-account==0.3.0 +eth-hash==0.3.2 +eth-keyfile==0.5.1 +eth-keys==0.2.4 +eth-rlp==0.2.1 +eth-typing==2.2.2 +eth-utils==1.10.0 +ethereum-dasm==0.1.4 +ethereum-etl==1.7.3 +evmdasm==0.1.8 +hexbytes==0.2.2 +idna==3.3 +ipython==7.28.0 +jedi==0.18.0 +lru-dict==1.1.7 +matplotlib-inline==0.1.3 +numpy==1.21.3 +pandas==1.3.4 +parsimonious==0.8.1 +parso==0.8.2 +pexpect==4.8.0 +pickleshare==0.7.5 +prompt-toolkit==3.0.21 +ptyprocess==0.7.0 +pycryptodome==3.11.0 +Pygments==2.10.0 +python-dateutil==2.8.0 +pytz==2021.3 +requests==2.26.0 +rlp==2.0.1 +six==1.16.0 +tabulate==0.8.9 +toolz==0.11.1 +traitlets==5.1.1 +urllib3==1.26.7 +wcwidth==0.2.5 +web3==4.7.2 +websockets==6.0 -- GitLab