You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/03/28 19:23:08 UTC

[incubator-ponymail-foal] branch master updated: tweak requirement for ES

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f870da  tweak requirement for ES
8f870da is described below

commit 8f870dad4a6d8f393fce79c8340d0ddc2cdc2e54
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Mar 28 21:22:04 2021 +0200

    tweak requirement for ES
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index f2440c5..ceac6e4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
 PyYAML~=5.3.1
 elasticsearch-dsl>=7.0.0,<8.0.0
-elasticsearch~=7.9.1
+elasticsearch[async]>=7.10.1
 certifi~=2020.6.20
 chardet~=3.0.4
 netaddr~=0.8.0