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:
parent
2bf19d3128
commit
a1cea91038
@ -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
|
||||
|
@ -1 +1,2 @@
|
||||
cryptography>=2.1 # BSD/Apache-2.0
|
||||
python-dateutil>=2.8.1 # BSD
|
||||
|
Loading…
x
Reference in New Issue
Block a user