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 2020/09/06 17:34:58 UTC

[incubator-ponymail-foal] 13/15: Add server requirements.txt

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 8150129dcf27ca0eee1ece6febf0259b49d1b882
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Sep 6 19:24:32 2020 +0200

    Add server requirements.txt
---
 server/requirements.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/server/requirements.txt b/server/requirements.txt
new file mode 100644
index 0000000..04e56be
--- /dev/null
+++ b/server/requirements.txt
@@ -0,0 +1,10 @@
+aiohttp~=3.6.2
+PyYAML~=5.3.1
+multipart~=0.2.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
+requests~=2.24.0
\ No newline at end of file