Merge "Add xmltodict to kick-start requirements"

This commit is contained in:
Jenkins 2016-04-23 01:54:59 +00:00 committed by Gerrit Code Review
commit 2921bfcbad
2 changed files with 2 additions and 0 deletions

View File

@ -26,3 +26,4 @@ oslo.concurrency>=1.8.0 # Apache-2.0
pexpect>=3.1,!=3.3
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
pycrypto>=2.6 # Public Domain
xmltodict>=0.10.1 # MIT

View File

@ -25,3 +25,4 @@ osprofiler>=0.3.0
oslo.concurrency>=0.3.0
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
pycrypto>=2.6 # Public Domain
xmltodict>=0.10.1 # MIT