From 212489084fac8de20718bfccad2f77cbfa7ea3e2 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Fri, 10 Feb 2012 14:52:13 -0600 Subject: XML de/serialization (bug 928058) Middleware rewrites incoming XML requests as JSON, and outgoing JSON as XML, per Accept and Content-Type headers. Tests assert that core API methods support WADL/XSD specs, and cover JSON content as well. Change-Id: I6897971dd745766cbc472fd6e5346b1b34d933b0 --- tools/pip-requires | 1 + tools/pip-requires-test | 1 + 2 files changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index 04f7ef5f..8b6d0ca0 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -8,6 +8,7 @@ routes sqlalchemy sqlalchemy-migrate passlib +lxml # for python-novaclient prettytable diff --git a/tools/pip-requires-test b/tools/pip-requires-test index d968ed94..fa7457e0 100644 --- a/tools/pip-requires-test +++ b/tools/pip-requires-test @@ -9,6 +9,7 @@ sqlalchemy sqlalchemy-migrate passlib python-memcached +lxml # keystonelight testing dependencies nose -- cgit