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-unit-tests.git
commit 59ca08d2948f7e9fcfa997a7da75ee05d5219c9e Author: Daniel Gruno <[email protected]> AuthorDate: Tue Aug 11 23:33:10 2020 +0200 add html2text for later on, as it is needed for certain tests --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index c1089f2..2096f79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ PyYAML~=5.1.2 +html2text~=2020.1.16 \ No newline at end of file
