Browse Source

setup.py: update

patch-2
Neil Booth 6 years ago
parent
commit
f02e551442
  1. 2
      setup.py

2
setup.py

@ -14,7 +14,7 @@ setuptools.setup(
# "xevan_hash" package is required to sync Xuez network.
# "groestlcoin_hash" package is required to sync Groestlcoin network.
# "pycryptodomex" package is required to sync SmartCash network.
install_requires=['aiorpcX>=0.13.5,<0.14', 'attrs',
install_requires=['aiorpcX>=0.13.6,<0.14', 'attrs',
'plyvel', 'pylru', 'aiohttp >= 2'],
packages=setuptools.find_packages(include=('electrumx*',)),
description='ElectrumX Server',

Loading…
Cancel
Save