From 03bf0c32a0c656d4b91bebedc87a005e6d7563bb Mon Sep 17 00:00:00 2001 From: WuKong Date: Wed, 1 Jul 2015 08:54:55 +0200 Subject: migrate openstack hook to opnfv Change-Id: I1e828dae38820fdff93966e57691b344af01140f Signed-off-by: WuKong --- keystonemiddleware-moon/requirements.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 keystonemiddleware-moon/requirements.txt (limited to 'keystonemiddleware-moon/requirements.txt') diff --git a/keystonemiddleware-moon/requirements.txt b/keystonemiddleware-moon/requirements.txt new file mode 100644 index 00000000..b2078338 --- /dev/null +++ b/keystonemiddleware-moon/requirements.txt @@ -0,0 +1,17 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + +Babel>=1.3 +iso8601>=0.1.9 +oslo.config>=1.9.0 # Apache-2.0 +oslo.context>=0.2.0 # Apache-2.0 +oslo.i18n>=1.3.0 # Apache-2.0 +oslo.serialization>=1.2.0 # Apache-2.0 +oslo.utils>=1.2.0 # Apache-2.0 +pbr>=0.6,!=0.7,<1.0 +pycadf>=0.8.0 +python-keystoneclient>=1.1.0 +requests>=2.2.0,!=2.4.0 +six>=1.9.0 +WebOb>=1.2.3 -- cgit 1.2.3-korg