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
commit 523b9ac1a6f3223e7b7ae1713626ff41a33b1fca Author: Daniel Gruno <[email protected]> AuthorDate: Wed Aug 12 14:41:40 2020 +0200 Add initial requirements file --- requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..8f51653 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +PyYAML~=5.3.1 +elasticsearch-dsl>=7.0.0,<8.0.0 +elasticsearch~=7.8.1 +certifi~=2020.6.20 +chardet~=3.0.4 +netaddr~=0.8.0 +formatflowed~=2.0.0 \ No newline at end of file
