summaryrefslogtreecommitdiffstats
path: root/conductor/requirements.txt
diff options
context:
space:
mode:
authorrl001m <ruilu@research.att.com>2017-12-17 09:04:31 -0500
committerrl001m <ruilu@research.att.com>2017-12-17 09:05:11 -0500
commit710d958a29198b6633236c1b7cad12babfe46833 (patch)
tree5819d23e6a3b9d4e111b3debaf41ee7fe7731a78 /conductor/requirements.txt
parent22cff5d3b51d9aa2d4fd11f657264e41063add1c (diff)
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 <ruilu@research.att.com>
Diffstat (limited to 'conductor/requirements.txt')
-rw-r--r--conductor/requirements.txt25
1 files changed, 25 insertions, 0 deletions
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