This is an automated email from the ASF dual-hosted git repository.
sebb 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 f7994a9 DSL not used
f7994a9 is described below
commit f7994a906ca273d5e950b1d9404cc2723843ee7f
Author: Sebb <[email protected]>
AuthorDate: Tue Sep 28 14:24:14 2021 +0100
DSL not used
This fixes #103
---
tools/requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/requirements.txt b/tools/requirements.txt
index 3f52401..bdf1804 100644
--- a/tools/requirements.txt
+++ b/tools/requirements.txt
@@ -1,6 +1,6 @@
# Items in this file must have a licence compatible with AL 2.0
PyYAML~=5.4.1 # WTFPL
-elasticsearch-dsl>=7.0.0,<8.0.0 # AL2.0
+# elasticsearch-dsl>=7.0.0,<8.0.0 # AL2.0 - not used by tools currently
elasticsearch[async]~=7.13.1 # AL2.0
certifi~=2020.6.20 # MPL 2.0
netaddr~=0.8.0 # BSD, MIT