2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-27 19:37:44 +00:00

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
This commit is contained in:
Rabi Mishra 2019-12-11 11:55:44 +05:30
parent 2bf19d3128
commit a1cea91038
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -1 +1,2 @@
cryptography>=2.1 # BSD/Apache-2.0
python-dateutil>=2.8.1 # BSD