e954184693
Remove basestring check. Remove six Replace the following items with Python 3 style code. - six.string_types - six.int2byte - six.indexbytes - six.add_metaclass - six.StringIO - six.text_type - six.integer_types - six.binary_type - six.BytesIO - six.reraise Change-Id: I4fb9033d152963c504ceb4d5c4d08f934ee4accb
30 lines
852 B
Plaintext
30 lines
852 B
Plaintext
# 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.
|
|
unittest2
|
|
testtools
|
|
extras
|
|
python-novaclient>=2.18.0
|
|
python-swiftclient>=2.2.0
|
|
python-cinderclient>=1.1.0
|
|
python-keystoneclient>=2.0.0,!=2.1.0 # Apache-2.0
|
|
kombu>=2.5.0
|
|
babel
|
|
python-heatclient>=0.2.9
|
|
passlib
|
|
jinja2
|
|
PyMySQL>=0.6.2 # MIT License
|
|
python-neutronclient>=2.3.6,<3
|
|
netifaces>=0.10.4
|
|
oslo.config>=1.4.0 # Apache-2.0
|
|
oslo.messaging>=1.4.0,!=1.5.0
|
|
oslo.i18n>=1.0.0
|
|
oslo.serialization>=1.0.0
|
|
oslo.service>=0.1.0 # Apache-2.0
|
|
oslo.utils>=1.1.0
|
|
osprofiler>=0.3.0
|
|
oslo.concurrency>=0.3.0
|
|
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
|
|
cryptography>=2.1.4 # BSD/Apache-2.0
|
|
xmltodict>=0.10.1 # MIT
|