From a1cea91038eb7735a50259bd8c76392166dad4fe Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Wed, 11 Dec 2019 11:55:44 +0530 Subject: [PATCH] Add python-dateutil to requirements With change I1b5ad99c89d8dec0abd18b1f794dabdb0aed13c3, parse module has started using python-dateutil, but it's not been added to requirements. Change-Id: I779f654f4529e863b8feeaebc20ee7467176ad75 Closes-bug: #1855983 --- lower-constraints.txt | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/lower-constraints.txt b/lower-constraints.txt index a02749a9..55560564 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -3,6 +3,7 @@ cryptography===2.1 fixtures===3.0.0 openstackdocstheme==1.18.1 oslotest===3.2.0 +python-dateutil==2.8.1 python-subunit===1.0.0 Sphinx===1.6.5 stestr==1.0.0 diff --git a/requirements.txt b/requirements.txt index 1fb58a99..a2feeaa8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ cryptography>=2.1 # BSD/Apache-2.0 +python-dateutil>=2.8.1 # BSD