summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorSolly Ross <sross@redhat.com>2013-07-08 14:10:54 -0400
committerZhongyue Luo <zhongyue.nah@intel.com>2013-08-31 10:27:17 +0900
commit0dba08d2069c6a4c3d96080c41ad0d2a0d7b1827 (patch)
tree8989286590d4ac74aa77bafdc81d7e57ebea89ee /requirements.txt
parent6399146a53b2f834aef3518786806e997cc286e0 (diff)
downloadoslo-incubator-0dba08d2069c6a4c3d96080c41ad0d2a0d7b1827.tar.gz
Introduces Report Views
Introduces classes representing generic view types for each of the standard report serialization types: text (human-readable), JSON, and XML. Each category of view has at least a basic key-value view. Additionally, a view which utilizes the Jinja templating system (http://jinja.pocoo.org/) is available for easy creation of more complex views. Finally, a method of specifying several views for a model, each associated with a different serialization type, was introduced. Change-Id: I30b127d67587127e5f08317fe06fa81246897ed6 Implements: bp guru-meditation-report
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 4f70c22a..5f1f69be 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -20,6 +20,7 @@ netaddr
pycrypto>=2.6
Babel>=0.9.6
pycadf>=0.1.4
+Jinja2
-f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3
oslo.config>=1.2.0a3