summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2014-08-15 16:53:20 -0700
committerMonty Taylor <mordred@inaugust.com>2014-08-15 17:10:23 -0700
commita94449f14153e815850bec22e363c8063d96822c (patch)
tree476696c3f081d7e1d0edbf83bbb9d09246b17353 /test-requirements.txt
parent8b2f6b5540d2afd373614e5792b80a1f3166f123 (diff)
downloadpython-keystoneclient-a94449f14153e815850bec22e363c8063d96822c.tar.gz
Remove lxml as a forced depend
keystoneclient only needs lxml for saml support, which is an optional contrib piece. Since keystoneclient is massiely used, and as lxml is a big beefy depend that requires C compilers, move lxml to test-requriements. Change-Id: I01b6b702fb8f414884cb1da306d5b95406e86513
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 5d70425..b4ddffa 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,6 +3,7 @@ discover
fixtures>=0.3.14
hacking>=0.8.0,<0.9
keyring>=2.1,!=3.3
+lxml>=2.3
mock>=1.0
mox3>=0.7.0
oauthlib>=0.6