add elasticsearch dep
This commit is contained in:
parent
edfd707c22
commit
6f5f8e5648
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -53,7 +53,8 @@ setup(
|
|||
'coincurve==11.0.0',
|
||||
'pbkdf2==1.3',
|
||||
'attrs==18.2.0',
|
||||
'pylru==1.1.0'
|
||||
'pylru==1.1.0',
|
||||
'elasticsearch==7.10.1'
|
||||
] + PLYVEL,
|
||||
classifiers=[
|
||||
'Framework :: AsyncIO',
|
||||
|
|
Loading…
Reference in a new issue