You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/05/26 16:25:40 UTC

[incubator-ponymail] branch master updated: Make a start on requirements

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c3f30d  Make a start on requirements
0c3f30d is described below

commit 0c3f30de922c71e53d7007f638393eadda634f79
Author: Sebb <se...@apache.org>
AuthorDate: Wed May 26 17:25:29 2021 +0100

    Make a start on requirements
---
 requirements.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..da871fc
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,8 @@
+# The following modules are required.
+# It is believed that they have licences as shown
+# N.B. modules with license that are compatible with AL 2.0 should be included here
+# As such, html2text (GPL) and chardet (GPL) cannot be included
+certifi # MPL 2.0
+elasticsearch # AL2.0
+formatflowed # Python Software Foundation
+netaddr # BSD License, MIT License