Add lxml to requirements.txt

In splitting the tempest plugin code out from the keystone repository we
copied over everything from the keystone_tempest_plugin/ directory but
forgot to copy the shared requirements living in the main repo. This
patch adds the lxml library to the plugin's requirements so that the
plugin can check SAML things.

Change-Id: I47f59505126509b6b52cf04b8f7501e8ef4041b7
This commit is contained in:
Colleen Murphy 2017-06-06 11:06:13 +02:00
parent 8b63586d82
commit 360bbafa38
1 changed files with 3 additions and 0 deletions

View File

@ -3,3 +3,6 @@
# process, which may cause wedges in the gate later.
pbr>=2.0 # Apache-2.0
# xml parsing
lxml!=3.7.0,>=2.3 # BSD