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 2021/09/18 03:43:58 UTC

[incubator-ponymail-foal] branch master updated: Add typing stub for dateutil to satisfy mypy

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


The following commit(s) were added to refs/heads/master by this push:
     new c890a4a  Add typing stub for dateutil to satisfy mypy
c890a4a is described below

commit c890a4afe25bddd0d0a60dd12470bd8dbf678d55
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Sep 17 22:43:53 2021 -0500

    Add typing stub for dateutil to satisfy mypy
---
 server/requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/requirements.txt b/server/requirements.txt
index 05b3b0a..e37b36a 100644
--- a/server/requirements.txt
+++ b/server/requirements.txt
@@ -11,3 +11,4 @@ formatflowed~=2.0.0              # Python Software Foundation
 google-auth~=1.30.0              # AL2.0
 aiosmtplib~=1.1.3                # MIT
 python-dateutil                  # BSD, AL2.0
+types-python-dateutil            # BSD, AL2.0