Merge pull request #251 from Hunternif/elasticsearch6.3.1

server/build: Ensure elasticsearch library is a compatible version
This commit is contained in:
Shyam Sunder 2019-04-17 19:25:16 -04:00 committed by GitHub
commit 940631d3bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,8 @@ pyyaml>=3.11
psycopg2-binary>=2.6.1
SQLAlchemy>=1.0.12
coloredlogs==5.0
elasticsearch>=5.0.0
elasticsearch-dsl>=5.0.0
elasticsearch>=5.0.0,<7.0.0
elasticsearch-dsl>=5.0.0,<7.0.0
numpy>=1.8.2
pillow>=4.3.0
pynacl==1.2.1