Add missing deps
This commit is contained in:
parent
c2999f466a
commit
a4443bd00e
@ -31,4 +31,4 @@ packages =
|
||||
cic.ext.eth
|
||||
|
||||
[options.extras_require]
|
||||
eth = chainlib-eth~=0.0.9rc
|
||||
eth = chainlib-eth>=0.0.10a1,<0.1.0; funga-eth>=0.5.1a1,<0.6.0; eth-token-index>=0.2.4a1,<0.3.0; eth-address-index>=0.2.4a1,<0.3.0
|
||||
|
3
setup.py
3
setup.py
@ -14,7 +14,4 @@ f.close()
|
||||
|
||||
setup(
|
||||
install_requires=requirements,
|
||||
extras_require={
|
||||
'xdg': "pyxdg~=0.27",
|
||||
}
|
||||
)
|
||||
|
@ -1,4 +1,4 @@
|
||||
erc20>=0.1.2a3,<0.2.0
|
||||
eth-erc20>=0.1.2a3,<0.2.0
|
||||
eth_tester==0.5.0b3
|
||||
py-evm==0.3.0a20
|
||||
rlp==2.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user