From 710d958a29198b6633236c1b7cad12babfe46833 Mon Sep 17 00:00:00 2001 From: rl001m Date: Sun, 17 Dec 2017 09:04:31 -0500 Subject: Added all common modules in conductor directory Added the common modules used by all the other components of Homing Optimizer. Change-Id: I6e8a991b54ef422da66b3174f27f6998731ec188 Issue-ID: OPTFRA-11 Signed-off-by: rl001m --- conductor/requirements.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 conductor/requirements.txt (limited to 'conductor/requirements.txt') diff --git a/conductor/requirements.txt b/conductor/requirements.txt new file mode 100644 index 0000000..a0878b2 --- /dev/null +++ b/conductor/requirements.txt @@ -0,0 +1,25 @@ +# 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. + +cotyledon # Apache-2.0 +futurist>=0.11.0 # Apache-2.0 +lxml>=2.3 # BSD +oslo.config>=3.9.0 # Apache-2.0 +oslo.i18n>=2.1.0 # Apache-2.0 +oslo.log>=1.14.0 # Apache-2.0 +# oslo.policy>=0.5.0 # Apache-2.0 +oslo.reports>=0.6.0 # Apache-2.0 +PasteDeploy>=1.5.0 # MIT +pbr>=1.6 # Apache-2.0 +pecan>=1.1.1 # BSD +pecan-notario<=0.0.3 # Alfredo Deza +oslo.messaging>=5.2.0 # Apache-2.0 +oslo.middleware>=3.0.0 # Apache-2.0 +python-daemon>=2.1.1 # Apache-2.0 +pyOpenSSL>=0.14 # Apache-2.0 +PyYAML>=3.10.0 # MIT +requests[security]!=2.9.0,>=2.8.1 # Apache-2.0 +six>=1.9.0 # MIT, also required by futurist +stevedore>=1.9.0 # Apache-2.0, also required by oslo.config +WebOb>=1.2.3 # MIT \ No newline at end of file -- cgit 1.2.3-korg