forked from AugurProject/augur
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
67 lines (67 loc) · 2.96 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file=requirements.txt --pre requirements.in
#
asn1crypto==0.24.0 # via cryptography
atomicwrites==1.3.0 # via pytest
attrdict==2.0.1 # via eth-account
attrs==19.1.0 # via pytest
base58==1.0.3 # via multiaddr
certifi==2019.3.9 # via requests
cffi==1.12.3 # via cryptography
chardet==3.0.4 # via requests
cryptography==2.6.1 # via py-evm
cytoolz==0.9.0.1 # via eth-keyfile, eth-utils
eth-abi==2.0.0b9 # via eth-account, eth-tester, web3
eth-account==0.4.0 # via web3
eth-bloom==1.0.3 # via py-evm
eth-hash[pycryptodome,pysha3]==0.2.0 # via eth-bloom, eth-tester, eth-utils, trie, web3
eth-keyfile==0.5.1 # via eth-account
eth-keys==0.2.2 # via eth-account, eth-keyfile, eth-tester, py-evm
eth-rlp==0.1.2 # via eth-account
eth-tester[py-evm]==0.1.0-beta.39 # via web3
eth-typing==2.1.0 # via eth-abi, eth-utils, py-ecc, py-evm, web3
eth-utils==1.6.0 # via eth-abi, eth-account, eth-keyfile, eth-keys, eth-rlp, eth-tester, ethpm, hexbytes, py-ecc, py-evm, pytest-ethereum, rlp, trie, web3
ethpm==0.1.4a19 # via pytest-ethereum, web3
gprof2dot==2017.9.19 # via pytest-profiling
hexbytes==0.1.0 # via eth-account, eth-rlp, web3
idna==2.8 # via requests
importlib-metadata==0.17 # via pluggy
ipfshttpclient==0.4.12 # via ethpm
jsonschema==2.6.0 # via ethpm
lru-dict==1.1.6 # via py-evm, web3
more-itertools==7.0.0 # via pytest
multiaddr==0.0.8 # via ipfshttpclient
mypy-extensions==0.4.1 # via py-ecc, py-evm
netaddr==0.7.19 # via multiaddr
numpy==1.13.0
parsimonious==0.8.1 # via eth-abi
pluggy==0.12.0 # via pytest
protobuf==3.8.0 # via ethpm
py-ecc==1.7.0 # via py-evm
py-evm==0.2.0a42 # via eth-tester
py-geth==2.1.0 # via web3
py-solc==1.4.0
py==1.8.0 # via pytest
pycparser==2.19 # via cffi
pycryptodome==3.8.1 # via eth-hash, eth-keyfile
pyethash==0.1.27 # via py-evm
pysha3==1.0.2 # via eth-hash
pytest-ethereum==0.1.3a6 # via web3
pytest-profiling==1.2.11
pytest==4.5.0 # via pytest-profiling
requests==2.22.0 # via ipfshttpclient, web3
rlp==1.1.0 # via eth-account, eth-rlp, eth-tester, ethpm, py-evm, trie
semantic-version==2.6.0 # via eth-tester, py-geth, py-solc
six==1.11.0 # via attrdict, cryptography, ipfshttpclient, multiaddr, parsimonious, protobuf, pytest, pytest-profiling
toolz==0.9.0 # via cytoolz
trie==1.4.0 # via py-evm
urllib3==1.25.3 # via requests
varint==1.0.2 # via multiaddr
virtualenv==15.2.0
wcwidth==0.1.7 # via pytest
web3[tester]==5.0.0b2
websockets==7.0 # via web3
zipp==0.5.1 # via importlib-metadata