diff options
Diffstat (limited to 'conductor/requirements.txt')
-rw-r--r-- | conductor/requirements.txt | 25 |
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 |