update aiorpcX (#586)
This commit is contained in:
parent
eeb5f96cd5
commit
2b123d7778
2
setup.py
2
setup.py
@ -12,7 +12,7 @@ setuptools.setup(
|
|||||||
# "blake256" package is required to sync Decred network.
|
# "blake256" package is required to sync Decred network.
|
||||||
# "xevan_hash" package is required to sync Xuez network.
|
# "xevan_hash" package is required to sync Xuez network.
|
||||||
# "groestlcoin_hash" package is required to sync Groestlcoin network.
|
# "groestlcoin_hash" package is required to sync Groestlcoin network.
|
||||||
install_requires=['aiorpcX>=0.7.1,<0.8', 'attrs',
|
install_requires=['aiorpcX>=0.7.3,<0.8', 'attrs',
|
||||||
'plyvel', 'pylru', 'aiohttp >= 2'],
|
'plyvel', 'pylru', 'aiohttp >= 2'],
|
||||||
packages=setuptools.find_packages(include=('electrumx*',)),
|
packages=setuptools.find_packages(include=('electrumx*',)),
|
||||||
description='ElectrumX Server',
|
description='ElectrumX Server',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user