-
Notifications
You must be signed in to change notification settings - Fork 49
/
requirements.txt
53 lines (53 loc) · 1.62 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file=requirements.txt
#
arrow==0.14.4
asn1crypto==0.24.0 # via cryptography
attrdict==2.0.1 # via eth-account
certifi==2019.6.16 # via requests
cffi==1.12.3 # via cryptography
chardet==3.0.4 # via requests
click==7.0
colorama==0.4.1
coloredlogs==10.0
configobj==5.0.6
cryptography==2.7 # via py-evm
cytoolz==0.10.0 # via eth-keyfile, eth-keys, eth-tester, eth-utils, py-evm, web3
eth-abi==1.2.2
eth-account==0.3.0
eth-bloom==1.0.1
eth-hash[pycryptodome]==0.2.0
eth-keyfile==0.5.1
eth-keys==0.2.0b3
eth-rlp==0.1.2
eth-tester[py-evm]==0.1.0b33
eth-typing==1.3.0
eth-utils==1.3.0
hexbytes==0.2.0 # via eth-account, eth-rlp, web3
humanfriendly==4.18 # via coloredlogs
idna==2.8 # via requests
lru-dict==1.1.6 # via py-evm, web3
parsimonious==0.8.1 # via eth-abi
py-ecc==1.4.3
py-evm==0.2.0a33
py-geth==2.0.1
pycparser==2.19 # via cffi
pycryptodome==3.8.2 # via eth-hash, eth-keyfile
pyethash==0.1.27 # via py-evm
pysha3==1.0.2
python-dateutil==2.8.0 # via arrow
requests==2.22.0 # via web3
rlp==1.1.0 # via eth-rlp, eth-tester, py-evm, trie
semantic-version==2.6.0 # via eth-tester, py-geth
six==1.12.0 # via attrdict, configobj, cryptography, parsimonious, python-dateutil
sqlalchemy==1.3.6
tabulate==0.8.3
toolz==0.10.0 # via cytoolz
tqdm==4.32.2
trie==1.4.0 # via py-evm
urllib3==1.25.3 # via requests
web3==4.9.2
websockets==6.0 # via web3