diff options
author | Jan Dittberner <jandd@cacert.org> | 2016-05-07 13:12:49 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2016-05-07 13:12:49 +0200 |
commit | ff88c389a76d7795d931d5c4f8f778876830133b (patch) | |
tree | fafb891430e6914ec8f26bd7c82db9f1d432f877 /doc-requirements.txt | |
parent | 8717534607ba2bd22d4d712cd9acb0ae5f5c533b (diff) | |
download | cacert-infradocs-ff88c389a76d7795d931d5c4f8f778876830133b.tar.gz cacert-infradocs-ff88c389a76d7795d931d5c4f8f778876830133b.tar.xz cacert-infradocs-ff88c389a76d7795d931d5c4f8f778876830133b.zip |
Show ISO 8601 formatted expiration dates
This commit implements parsing of expiration dates and rendering of the
result in ISO 8601 format.
Diffstat (limited to 'doc-requirements.txt')
-rw-r--r-- | doc-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc-requirements.txt b/doc-requirements.txt index 06fa982..5a90ae1 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -11,3 +11,4 @@ six==1.10.0 snowballstemmer==1.2.1 jandd.sphinxext.ip==0.2.4 jandd.sphinxext.mac==0.1.0 +py-dateutil==2.2 |