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 4d70866 Show licences
4d70866 is described below
commit 4d70866ff12b84a7b6cd644300d692bd08bebc37
Author: Sebb <[email protected]>
AuthorDate: Sun May 9 14:38:38 2021 +0100
Show licences
---
requirements.txt | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index 1fc841e..bf43a53 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,7 @@
-PyYAML~=5.3.1
-elasticsearch-dsl>=7.0.0,<8.0.0
-elasticsearch[async]>=7.10.1
-certifi~=2020.6.20
-netaddr~=0.8.0
-formatflowed~=2.0.0
+# Items in this file must have a licence compatible with AL 2.0
+PyYAML~=5.3.1 # WTFPL
+elasticsearch-dsl>=7.0.0,<8.0.0 # AL2.0
+elasticsearch[async]>=7.10.1 # AL2.0
+certifi~=2020.6.20 # MPL 2.0
+netaddr~=0.8.0 # BSD, MIT
+formatflowed~=2.0.0 # Python Software Foundation