Merge pull request #251 from Hunternif/elasticsearch6.3.1
server/build: Ensure elasticsearch library is a compatible version
This commit is contained in:
commit
940631d3bb
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ pyyaml>=3.11
|
||||||
psycopg2-binary>=2.6.1
|
psycopg2-binary>=2.6.1
|
||||||
SQLAlchemy>=1.0.12
|
SQLAlchemy>=1.0.12
|
||||||
coloredlogs==5.0
|
coloredlogs==5.0
|
||||||
elasticsearch>=5.0.0
|
elasticsearch>=5.0.0,<7.0.0
|
||||||
elasticsearch-dsl>=5.0.0
|
elasticsearch-dsl>=5.0.0,<7.0.0
|
||||||
numpy>=1.8.2
|
numpy>=1.8.2
|
||||||
pillow>=4.3.0
|
pillow>=4.3.0
|
||||||
pynacl==1.2.1
|
pynacl==1.2.1
|
||||||
|
|
Loading…
Reference in a new issue