Update global-requirements.txt copy
Change-Id: I75de5a163d27f976a26aa9b34a62d5ed457f8363
This commit is contained in:
parent
585f5b9cf7
commit
3709d79807
@ -1,11 +1,9 @@
|
|||||||
aioeventlet>=0.4 # Apache-2.0
|
|
||||||
alembic>=0.8.4 # MIT
|
alembic>=0.8.4 # MIT
|
||||||
amqp>=1.4.0 # LGPL
|
amqp>=1.4.0,<2.0 # LGPL
|
||||||
anyjson>=0.3.3 # BSD
|
anyjson>=0.3.3 # BSD
|
||||||
appdirs>=1.3.0 # MIT License
|
appdirs>=1.3.0 # MIT License
|
||||||
apscheduler # MIT License
|
apscheduler # MIT License
|
||||||
argcomplete>=0.6.8 # Apache-2.0
|
astroid<1.4.0 # LGPLv2.1 # breaks pylint 1.4.4
|
||||||
astroid<1.4.0 # LGPL # breaks pylint 1.4.4
|
|
||||||
autobahn>=0.10.1 # MIT License
|
autobahn>=0.10.1 # MIT License
|
||||||
automaton>=0.5.0 # Apache-2.0
|
automaton>=0.5.0 # Apache-2.0
|
||||||
beautifulsoup4 # MIT
|
beautifulsoup4 # MIT
|
||||||
@ -13,10 +11,10 @@ Babel>=2.3.4 # BSD
|
|||||||
betamax>=0.7.0 # Apache-2.0
|
betamax>=0.7.0 # Apache-2.0
|
||||||
boto>=2.32.1 # MIT
|
boto>=2.32.1 # MIT
|
||||||
botocore>=1.0.0 # Apache-2.0
|
botocore>=1.0.0 # Apache-2.0
|
||||||
cassandra-driver>=2.1.4 # Apache-2.0
|
cassandra-driver>=2.1.4,!=3.6.0 # Apache-2.0
|
||||||
castellan>=0.4.0 # Apache-2.0
|
castellan>=0.4.0 # Apache-2.0
|
||||||
ceilometermiddleware>=0.1.0 # Apache-2.0
|
ceilometermiddleware>=0.1.0 # Apache-2.0
|
||||||
cachetools>=1.0.0 # MIT License
|
cachetools>=1.1.0 # MIT License
|
||||||
cffi # MIT
|
cffi # MIT
|
||||||
cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
|
cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
|
||||||
cmd2>=0.6.7 # MIT
|
cmd2>=0.6.7 # MIT
|
||||||
@ -24,21 +22,22 @@ PuLP>=1.0.4 # MIT
|
|||||||
contextlib2>=0.4.0 # PSF License
|
contextlib2>=0.4.0 # PSF License
|
||||||
croniter>=0.3.4 # MIT License
|
croniter>=0.3.4 # MIT License
|
||||||
cryptography>=1.0,!=1.3.0 # BSD/Apache-2.0
|
cryptography>=1.0,!=1.3.0 # BSD/Apache-2.0
|
||||||
dcos>=0.1.3 # Apache-2.0
|
cursive>=0.1.1 # Apache-2.0
|
||||||
ddt>=1.0.1 # MIT
|
ddt>=1.0.1 # MIT
|
||||||
debtcollector>=1.2.0 # Apache-2.0
|
debtcollector>=1.2.0 # Apache-2.0
|
||||||
decorator>=3.4.0 # BSD
|
decorator>=3.4.0 # BSD
|
||||||
dib-utils # Apache-2.0
|
dib-utils # Apache-2.0
|
||||||
diskimage-builder>=1.1.2,!=1.6.0,!=1.7.0,!=1.7.1 # Apache-2.0
|
diskimage-builder>=1.1.2,!=1.6.0,!=1.7.0,!=1.7.1 # Apache-2.0
|
||||||
Django>=1.8,<1.9 # BSD
|
Django>=1.8,<1.9 # BSD
|
||||||
django-babel>=0.4.0 # BSD
|
django-babel>=0.5.1 # BSD
|
||||||
django_compressor>=2.0 # MIT
|
django_compressor>=2.0 # MIT
|
||||||
|
django-floppyforms>=1,<2 # BSD
|
||||||
django-formtools # BSD
|
django-formtools # BSD
|
||||||
django_openstack_auth>=2.2.0 # Apache-2.0
|
django_openstack_auth>=2.3.0 # Apache-2.0
|
||||||
dnspython>=1.12.0,!=1.13.0;python_version<'3.0' # http://www.dnspython.org/LICENSE
|
dnspython>=1.14.0 # http://www.dnspython.org/LICENSE
|
||||||
dnspython3>=1.12.0;python_version>='3.0' # http://www.dnspython.org/LICENSE
|
dnspython3>=1.12.0;python_version>='3.0' # http://www.dnspython.org/LICENSE
|
||||||
dogpile.cache>=0.5.7 # BSD
|
dogpile.cache>=0.6.1 # BSD
|
||||||
elasticsearch>=1.3.0,<2.0 # Apache-2.0
|
elasticsearch>=2.0.0,<=3.0.0 # Apache-2.0
|
||||||
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
|
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
|
||||||
# NOTE: New versions of eventlet should not be accepted lightly
|
# NOTE: New versions of eventlet should not be accepted lightly
|
||||||
# as they have earned a reputation of frequently breaking things.
|
# as they have earned a reputation of frequently breaking things.
|
||||||
@ -46,12 +45,12 @@ eventlet!=0.18.3,>=0.18.2 # MIT
|
|||||||
extras # MIT
|
extras # MIT
|
||||||
fairy-slipper>=0.1.0 # Apache-2.0
|
fairy-slipper>=0.1.0 # Apache-2.0
|
||||||
falcon>=0.1.6 # Apache-2.0
|
falcon>=0.1.6 # Apache-2.0
|
||||||
Flask>=0.10,<1.0 # BSD
|
Flask>=0.10,!=0.11,<1.0 # BSD
|
||||||
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
|
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
|
||||||
futurist>=0.11.0 # Apache-2.0
|
futurist>=0.11.0,!=0.15.0 # Apache-2.0
|
||||||
funcsigs>=0.4;python_version=='2.7' or python_version=='2.6' # Apache-2.0
|
funcsigs>=0.4;python_version=='2.7' or python_version=='2.6' # Apache-2.0
|
||||||
gitdb>=0.6.4 # BSD License (3 clause)
|
gitdb>=0.6.4 # BSD License (3 clause)
|
||||||
glance_store>=0.13.0 # Apache-2.0
|
glance_store>=0.16.0 # Apache-2.0
|
||||||
google-api-python-client>=1.4.2 # Apache-2.0
|
google-api-python-client>=1.4.2 # Apache-2.0
|
||||||
graphviz>=0.4.0 # MIT License
|
graphviz>=0.4.0 # MIT License
|
||||||
greenlet>=0.3.2 # MIT
|
greenlet>=0.3.2 # MIT
|
||||||
@ -59,21 +58,21 @@ GitPython>=1.0.1 # BSD License (3 clause)
|
|||||||
happybase>=0.5,!=0.7;python_version=='2.7' # MIT
|
happybase>=0.5,!=0.7;python_version=='2.7' # MIT
|
||||||
heat-translator>=0.4.0 # Apache-2.0
|
heat-translator>=0.4.0 # Apache-2.0
|
||||||
httplib2>=0.7.5 # MIT
|
httplib2>=0.7.5 # MIT
|
||||||
ironic-lib>=1.3.0 # Apache-2.0
|
ironic-lib>=2.0.0 # Apache-2.0
|
||||||
ipaddress>=1.0.7;python_version<'3.3' # PSF
|
ipaddress>=1.0.7;python_version<'3.3' # PSF
|
||||||
iso8601>=0.1.11 # MIT
|
iso8601>=0.1.11 # MIT
|
||||||
Jinja2>=2.8 # BSD License (3 clause)
|
Jinja2>=2.8 # BSD License (3 clause)
|
||||||
jsonpatch>=1.1 # BSD
|
jsonpatch>=1.1 # BSD
|
||||||
jsonpath-rw>=1.2.0,<2.0 # Apache-2.0
|
jsonpath-rw>=1.2.0,<2.0 # Apache-2.0
|
||||||
jsonpath-rw-ext>=0.1.9 # Apache-2.0
|
jsonpath-rw-ext>=0.1.9 # Apache-2.0
|
||||||
jsonrpclib!=0.1.4 # Apache-2.0
|
|
||||||
jsonschema>=2.0.0,<3.0.0,!=2.5.0 # MIT
|
jsonschema>=2.0.0,<3.0.0,!=2.5.0 # MIT
|
||||||
kazoo>=2.2 # Apache-2.0
|
kazoo>=2.2 # Apache-2.0
|
||||||
keystoneauth1>=2.1.0 # Apache-2.0
|
keystoneauth1>=2.10.0 # Apache-2.0
|
||||||
keystonemiddleware>=4.0.0,!=4.1.0 # Apache-2.0
|
keystonemiddleware>=4.0.0,!=4.1.0,!=4.5.0 # Apache-2.0
|
||||||
packaging>=15.2 # Apache-2.0
|
krest>=1.3.1 # Apache-2.0
|
||||||
|
packaging>=16.5 # Apache-2.0
|
||||||
positional>=1.0.1 # Apache-2.0
|
positional>=1.0.1 # Apache-2.0
|
||||||
pyScss>=1.3.4 # MIT License
|
pyScss>=1.3.4,!=1.3.5 # MIT License
|
||||||
django-pyscss>=2.0.2 # BSD License (2 clause)
|
django-pyscss>=2.0.2 # BSD License (2 clause)
|
||||||
kombu>=3.0.25 # BSD
|
kombu>=3.0.25 # BSD
|
||||||
ldap3>=0.9.8.2 # LGPLv3
|
ldap3>=0.9.8.2 # LGPLv3
|
||||||
@ -82,51 +81,54 @@ lxml>=2.3 # BSD
|
|||||||
Mako>=0.4.0 # MIT
|
Mako>=0.4.0 # MIT
|
||||||
microversion-parse>=0.1.2 # Apache-2.0
|
microversion-parse>=0.1.2 # Apache-2.0
|
||||||
mistral!=2015.1.0,>=2.0.0 # Apache-2.0
|
mistral!=2015.1.0,>=2.0.0 # Apache-2.0
|
||||||
|
monasca-common>=1.0.0 # Apache-2.0
|
||||||
|
monasca-statsd>=1.1.0 # Apache-2.0
|
||||||
monotonic>=0.6 # Apache-2.0
|
monotonic>=0.6 # Apache-2.0
|
||||||
msgpack-python>=0.4.0 # Apache-2.0
|
msgpack-python>=0.4.0 # Apache-2.0
|
||||||
|
ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD
|
||||||
netaddr>=0.7.12,!=0.7.16 # BSD
|
netaddr>=0.7.12,!=0.7.16 # BSD
|
||||||
netifaces>=0.10.4 # MIT
|
netifaces>=0.10.4 # MIT
|
||||||
netmiko!=0.4.3,>=0.3.0 # MIT
|
netmiko!=0.4.3,>=0.3.0 # MIT
|
||||||
networkx>=1.10 # BSD
|
networkx>=1.10 # BSD
|
||||||
neutron-lib>=0.1.0 # Apache-2.0
|
neutron-lib>=0.3.0 # Apache-2.0
|
||||||
notifier>=1.0.3 # Apache-2.0
|
notifier>=1.0.3 # Apache-2.0
|
||||||
oauth2client>=1.5.0 # Apache-2.0
|
oauth2client>=1.5.0 # Apache-2.0
|
||||||
oauthlib>=0.6 # BSD
|
oauthlib>=0.6 # BSD
|
||||||
openstackdocstheme>=1.0.3 # Apache-2.0
|
openstackdocstheme>=1.4.0 # Apache-2.0
|
||||||
ordereddict # MIT
|
ordereddict # MIT
|
||||||
|
osc-lib>=0.4.0 # Apache-2.0
|
||||||
oslo.cache>=1.5.0 # Apache-2.0
|
oslo.cache>=1.5.0 # Apache-2.0
|
||||||
oslo.config>=3.9.0 # Apache-2.0
|
oslo.config>=3.14.0 # Apache-2.0
|
||||||
oslo.concurrency>=3.5.0 # Apache-2.0
|
oslo.concurrency>=3.8.0 # Apache-2.0
|
||||||
oslo.context>=2.2.0 # Apache-2.0
|
oslo.context>=2.6.0 # Apache-2.0
|
||||||
oslo.db>=4.1.0 # Apache-2.0
|
oslo.db>=4.10.0 # Apache-2.0
|
||||||
oslo.i18n>=2.1.0 # Apache-2.0
|
oslo.i18n>=2.1.0 # Apache-2.0
|
||||||
oslo.log>=1.14.0 # Apache-2.0
|
oslo.log>=1.14.0 # Apache-2.0
|
||||||
# NOTE(mriedem): oslo.messaging 3.1.0 breaks Ironic
|
# NOTE(mriedem): oslo.messaging 3.1.0 breaks Ironic
|
||||||
oslo.messaging>=4.5.0 # Apache-2.0
|
oslo.messaging>=5.2.0 # Apache-2.0
|
||||||
oslo.middleware>=3.0.0 # Apache-2.0
|
oslo.middleware>=3.0.0 # Apache-2.0
|
||||||
oslo.policy>=0.5.0 # Apache-2.0
|
oslo.policy>=1.9.0 # Apache-2.0
|
||||||
oslo.privsep>=1.5.0 # Apache-2.0
|
oslo.privsep>=1.9.0 # Apache-2.0
|
||||||
oslo.reports>=0.6.0 # Apache-2.0
|
oslo.reports>=0.6.0 # Apache-2.0
|
||||||
oslo.rootwrap>=2.0.0 # Apache-2.0
|
oslo.rootwrap>=5.0.0 # Apache-2.0
|
||||||
oslo.serialization>=1.10.0 # Apache-2.0
|
oslo.serialization>=1.10.0 # Apache-2.0
|
||||||
oslo.service>=1.10.0 # Apache-2.0
|
oslo.service>=1.10.0 # Apache-2.0
|
||||||
oslo.utils>=3.5.0 # Apache-2.0
|
oslo.utils>=3.16.0 # Apache-2.0
|
||||||
oslo.vmware>=1.16.0 # Apache-2.0
|
oslo.vmware>=2.11.0 # Apache-2.0
|
||||||
oslo.versionedobjects>=1.5.0,!=1.9.0 # Apache-2.0
|
oslo.versionedobjects>=1.13.0 # Apache-2.0
|
||||||
osprofiler>=1.3.0 # Apache-2.0
|
osprofiler>=1.3.0 # Apache-2.0
|
||||||
os-apply-config # Apache-2.0
|
os-apply-config # Apache-2.0
|
||||||
os-brick>=1.3.0 # Apache-2.0
|
os-brick>=1.3.0 # Apache-2.0
|
||||||
os-client-config>=1.13.1 # Apache-2.0
|
os-client-config>=1.13.1,!=1.19.0 # Apache-2.0
|
||||||
os-cloud-config # Apache-2.0
|
os-cloud-config # Apache-2.0
|
||||||
os-collect-config # Apache-2.0
|
os-collect-config # Apache-2.0
|
||||||
os-net-config # Apache-2.0
|
|
||||||
os-refresh-config # Apache-2.0
|
os-refresh-config # Apache-2.0
|
||||||
os-testr>=0.4.1 # Apache-2.0
|
os-testr>=0.7.0 # Apache-2.0
|
||||||
overtest>=0.10.0 # Apache-2.0
|
os-vif>=1.1.0 # Apache-2.0
|
||||||
ovs>=2.5.0;python_version=='2.7' # Apache-2.0
|
ovs>=2.5.0;python_version=='2.7' # Apache-2.0
|
||||||
ovs>=2.6.0.dev1;python_version>='3.4' # Apache-2.0
|
ovs>=2.6.0.dev1;python_version>='3.4' # Apache-2.0
|
||||||
os-win>=0.2.3 # Apache-2.0
|
os-win>=0.2.3 # Apache-2.0
|
||||||
paramiko>=2.0 # LGPL
|
paramiko>=2.0 # LGPLv2.1+
|
||||||
Parsley # MIT
|
Parsley # MIT
|
||||||
passlib>=1.6 # BSD
|
passlib>=1.6 # BSD
|
||||||
Paste # MIT
|
Paste # MIT
|
||||||
@ -134,7 +136,7 @@ PasteDeploy>=1.5.0 # MIT
|
|||||||
pbr>=1.6 # Apache-2.0
|
pbr>=1.6 # Apache-2.0
|
||||||
pecan>=1.0.0 # BSD
|
pecan>=1.0.0 # BSD
|
||||||
pexpect>=3.1,!=3.3 # ISC License
|
pexpect>=3.1,!=3.3 # ISC License
|
||||||
pifpaf>=0.0.7 # Apache-2.0
|
pifpaf>=0.10.0 # Apache-2.0
|
||||||
pika>=0.10.0 # BSD
|
pika>=0.10.0 # BSD
|
||||||
pika-pool>=0.1.3 # BSD
|
pika-pool>=0.1.3 # BSD
|
||||||
Pillow>=2.4.0 # PIL License
|
Pillow>=2.4.0 # PIL License
|
||||||
@ -144,21 +146,25 @@ posix_ipc # BSD
|
|||||||
PrettyTable>=0.7,<0.8 # BSD
|
PrettyTable>=0.7,<0.8 # BSD
|
||||||
psutil>=1.1.1,<2.0.0 # BSD
|
psutil>=1.1.1,<2.0.0 # BSD
|
||||||
pyasn1 # BSD
|
pyasn1 # BSD
|
||||||
pyasn1_modules # BSD
|
pyasn1-modules # BSD
|
||||||
pycadf>=1.1.0,!=2.0.0 # Apache-2.0
|
pycadf>=1.1.0,!=2.0.0 # Apache-2.0
|
||||||
pycrypto>=2.6 # Public Domain
|
pycrypto>=2.6 # Public Domain
|
||||||
PyECLib>=1.2.0 # BSD
|
PyECLib>=1.2.0 # BSD
|
||||||
pyghmi>=1.0.3 # Apache-2.0
|
pyghmi>=1.0.3 # Apache-2.0
|
||||||
pyinotify>=0.9.6;sys_platform!='win32' and sys_platform!='darwin' and sys_platform!='sunos5' # MIT
|
pyinotify>=0.9.6;sys_platform!='win32' and sys_platform!='darwin' and sys_platform!='sunos5' # MIT
|
||||||
|
PyJWT>=1.0.1 # MIT
|
||||||
pykmip>=0.5.0 # Apache 2.0 License
|
pykmip>=0.5.0 # Apache 2.0 License
|
||||||
pylxd>=0.19.0 # Apache-2.0
|
|
||||||
pyldap>=2.4 # PSF
|
pyldap>=2.4 # PSF
|
||||||
|
pylxd>=0.19.0 # Apache-2.0
|
||||||
pymemcache>=1.2.9,!=1.3.0 # Apache 2.0 License
|
pymemcache>=1.2.9,!=1.3.0 # Apache 2.0 License
|
||||||
|
pymod2pkg>=0.4 # Apache-2.0
|
||||||
pymongo>=3.0.2,!=3.1 # Apache-2.0
|
pymongo>=3.0.2,!=3.1 # Apache-2.0
|
||||||
PyMySQL>=0.6.2 # MIT License
|
PyMySQL>=0.6.2 # MIT License
|
||||||
python-k8sclient>=0.1.0 # Apache-2.0
|
python-k8sclient>=0.2.0 # Apache-2.0
|
||||||
voluptuous>=0.8.9 # BSD License
|
voluptuous>=0.8.9 # BSD License
|
||||||
pydotplus>=2.0.2 # MIT License
|
pydotplus>=2.0.2 # MIT License
|
||||||
|
crc16>=0.1.1 # LGPLv3+
|
||||||
|
pyzabbix>=0.7.4 # LGPL
|
||||||
|
|
||||||
# NOTE(flaper87): This added 2 packages to `integration.sh`
|
# NOTE(flaper87): This added 2 packages to `integration.sh`
|
||||||
# uuid-dev and swig
|
# uuid-dev and swig
|
||||||
@ -166,7 +172,7 @@ pyngus>=2.0.0 # Apache-2.0
|
|||||||
|
|
||||||
pyOpenSSL>=0.14 # Apache-2.0
|
pyOpenSSL>=0.14 # Apache-2.0
|
||||||
pyparsing>=2.0.1 # MIT
|
pyparsing>=2.0.1 # MIT
|
||||||
pyroute2>=0.3.10 # Apache-2.0 (+ dual licensed GPL2)
|
pyroute2>=0.4.3 # Apache-2.0 (+ dual licensed GPL2)
|
||||||
pysnmp>=4.2.3,<5.0.0 # BSD
|
pysnmp>=4.2.3,<5.0.0 # BSD
|
||||||
pystache # MIT
|
pystache # MIT
|
||||||
|
|
||||||
@ -179,32 +185,34 @@ pysaml2>=2.4.0,<4.0.3 # Apache-2.0
|
|||||||
|
|
||||||
# OpenStack clients. None of these should have an upper bound
|
# OpenStack clients. None of these should have an upper bound
|
||||||
# as that has implications for testing in the gate.
|
# as that has implications for testing in the gate.
|
||||||
aodhclient>=0.1.0 # Apache-2.0
|
aodhclient>=0.5.0 # Apache-2.0
|
||||||
python-barbicanclient>=4.0.0 # Apache-2.0
|
python-barbicanclient>=4.0.0 # Apache-2.0
|
||||||
python-ceilometerclient>=2.2.1 # Apache-2.0
|
python-ceilometerclient>=2.5.0 # Apache-2.0
|
||||||
python-cinderclient>=1.6.0 # Apache-2.0
|
python-cinderclient>=1.6.0,!=1.7.0,!=1.7.1 # Apache-2.0
|
||||||
python-congressclient>=1.0.0,<2000 # Apache-2.0
|
python-congressclient>=1.3.0,<2000 # Apache-2.0
|
||||||
python-designateclient>=1.5.0 # Apache-2.0
|
python-designateclient>=1.5.0 # Apache-2.0
|
||||||
python-heatclient>=1.1.0 # Apache-2.0
|
python-heatclient>=1.1.0 # Apache-2.0
|
||||||
python-glanceclient>=2.0.0 # Apache-2.0
|
python-glanceclient>=2.0.0 # Apache-2.0
|
||||||
python-ironic-inspector-client>=1.5.0 # Apache-2.0
|
python-ironic-inspector-client>=1.5.0 # Apache-2.0
|
||||||
python-ironicclient>=1.1.0 # Apache-2.0
|
python-ironicclient>=1.6.0 # Apache-2.0
|
||||||
python-keystoneclient>=1.7.0,!=1.8.0,!=2.1.0 # Apache-2.0
|
python-keystoneclient>=2.0.0,!=2.1.0 # Apache-2.0
|
||||||
python-magnumclient>=2.0.0 # Apache-2.0
|
python-magnumclient>=2.0.0 # Apache-2.0
|
||||||
python-manilaclient>=1.3.0 # Apache-2.0
|
python-manilaclient>=1.10.0 # Apache-2.0
|
||||||
python-mistralclient>=1.0.0 # Apache-2.0
|
python-mistralclient>=2.0.0 # Apache-2.0
|
||||||
python-muranoclient>=0.8.2 # Apache-2.0
|
python-muranoclient>=0.8.2 # Apache-2.0
|
||||||
python-monascaclient>=1.0.30 # Apache-2.0
|
python-monascaclient>=1.1.0 # Apache-2.0
|
||||||
python-neutronclient>=4.2.0 # Apache-2.0
|
python-neutronclient>=4.2.0 # Apache-2.0
|
||||||
python-novaclient>=2.29.0,!=2.33.0 # Apache-2.0
|
python-novaclient>=2.29.0,!=2.33.0 # Apache-2.0
|
||||||
python-openstackclient>=2.1.0 # Apache-2.0
|
python-openstackclient>=2.1.0 # Apache-2.0
|
||||||
python-saharaclient>=0.13.0 # Apache-2.0
|
python-saharaclient>=0.16.0 # Apache-2.0
|
||||||
python-searchlightclient>=0.2.0 #Apache-2.0
|
python-searchlightclient>=0.2.0 #Apache-2.0
|
||||||
python-senlinclient>=0.3.0 # Apache-2.0
|
python-senlinclient>=0.3.0 # Apache-2.0
|
||||||
python-smaugclient>=0.0.3 # Apache-2.0
|
python-smaugclient>=0.0.5 # Apache-2.0
|
||||||
python-solumclient>=1.2.7 # Apache-2.0
|
python-solumclient>=1.2.7 # Apache-2.0
|
||||||
python-swiftclient>=2.2.0 # Apache-2.0
|
python-swiftclient>=2.2.0 # Apache-2.0
|
||||||
|
python-tackerclient>=0.5.0 # Apache-2.0
|
||||||
python-troveclient>=2.2.0 # Apache-2.0
|
python-troveclient>=2.2.0 # Apache-2.0
|
||||||
|
python-watcherclient>=0.23.0 # Apache-2.0
|
||||||
python-zaqarclient>=1.0.0 # Apache-2.0
|
python-zaqarclient>=1.0.0 # Apache-2.0
|
||||||
|
|
||||||
python-memcached>=1.56 # PSF
|
python-memcached>=1.56 # PSF
|
||||||
@ -214,9 +222,8 @@ python-dateutil>=2.4.2 # BSD
|
|||||||
pytz>=2013.6 # MIT
|
pytz>=2013.6 # MIT
|
||||||
pyudev # LGPLv2.1+
|
pyudev # LGPLv2.1+
|
||||||
PyYAML>=3.1.0 # MIT
|
PyYAML>=3.1.0 # MIT
|
||||||
pywin32;sys_platform=='win32' # PSF
|
|
||||||
qpid-python;python_version=='2.7' # Apache-2.0
|
qpid-python;python_version=='2.7' # Apache-2.0
|
||||||
reno>=1.6.2 # Apache2
|
reno>=1.8.0 # Apache2
|
||||||
requests>=2.10.0 # Apache-2.0
|
requests>=2.10.0 # Apache-2.0
|
||||||
requests-aws>=0.1.4 # BSD License (3 clause)
|
requests-aws>=0.1.4 # BSD License (3 clause)
|
||||||
requests-kerberos>=0.6;python_version=='2.7' or python_version=='2.6' # MIT
|
requests-kerberos>=0.6;python_version=='2.7' or python_version=='2.6' # MIT
|
||||||
@ -225,35 +232,33 @@ rfc3986>=0.2.0 # Apache-2.0
|
|||||||
Routes>=1.12.3,!=2.0,!=2.1,!=2.3.0;python_version=='2.7' # MIT
|
Routes>=1.12.3,!=2.0,!=2.1,!=2.3.0;python_version=='2.7' # MIT
|
||||||
Routes>=1.12.3,!=2.0,!=2.3.0;python_version!='2.7' # MIT
|
Routes>=1.12.3,!=2.0,!=2.3.0;python_version!='2.7' # MIT
|
||||||
rtslib-fb>=2.1.41 # Apache-2.0
|
rtslib-fb>=2.1.41 # Apache-2.0
|
||||||
ryu>=3.30,!=4.2 # Apache-2.0
|
ryu>=3.30,!=4.1,!=4.2,!=4.2.1,!=4.4 # Apache-2.0
|
||||||
semantic_version>=2.3.1 # BSD
|
semantic_version>=2.3.1 # BSD
|
||||||
fasteners>=0.7 # Apache-2.0
|
fasteners>=0.7 # Apache-2.0
|
||||||
simplejson>=2.2.0 # MIT
|
simplejson>=2.2.0 # MIT
|
||||||
singledispatch>=3.4.0.3 # MIT
|
|
||||||
six>=1.9.0 # MIT
|
six>=1.9.0 # MIT
|
||||||
sockjs-tornado>=1.0.0,<2.0.0 # MIT
|
scipy>=0.17.1 # BSD
|
||||||
|
scikit-learn>=0.17.1 # BSD
|
||||||
SQLAlchemy>=1.0.10,<1.1.0 # MIT
|
SQLAlchemy>=1.0.10,<1.1.0 # MIT
|
||||||
|
SQLAlchemy-Utils # BSD License
|
||||||
sqlalchemy-migrate>=0.9.6 # Apache-2.0
|
sqlalchemy-migrate>=0.9.6 # Apache-2.0
|
||||||
sqlalchemy-utils # BSD License
|
stevedore>=1.16.0 # Apache-2.0
|
||||||
stevedore>=1.10.0 # Apache-2.0
|
|
||||||
sysv_ipc>=0.6.8 # BSD License
|
sysv_ipc>=0.6.8 # BSD License
|
||||||
suds-jurko>=0.6 # LGPL
|
suds-jurko>=0.6 # LGPLv3+
|
||||||
|
sympy>=0.7.6 # BSD
|
||||||
taskflow>=1.26.0 # Apache-2.0
|
taskflow>=1.26.0 # Apache-2.0
|
||||||
tempest>=11.0.0 # Apache-2.0
|
tempest>=12.1.0 # Apache-2.0
|
||||||
tempest-lib>=0.14.0 # Apache-2.0
|
tempest-lib>=0.14.0 # Apache-2.0
|
||||||
tooz>=1.28.0 # Apache-2.0
|
tooz>=1.28.0 # Apache-2.0
|
||||||
tosca-parser>=0.5.0 # Apache-2.0
|
tosca-parser>=0.5.0 # Apache-2.0
|
||||||
tripleo-common>=2.0.0 # Apache-2.0
|
tripleo-common>=2.0.0 # Apache-2.0
|
||||||
tripleo-image-elements # Apache-2.0
|
|
||||||
urllib3>=1.15.1 # MIT
|
urllib3>=1.15.1 # MIT
|
||||||
unicodecsv>=0.8.0;python_version<'3.0' # BSD
|
unicodecsv>=0.8.0;python_version<'3.0' # BSD
|
||||||
warlock>=1.0.1,<2 # Apache-2.0
|
warlock>=1.0.1,!=1.3.0,<2 # Apache-2.0
|
||||||
weakrefmethod;python_version=='2.7' or python_version=='2.6' # PSF
|
|
||||||
WebOb>=1.2.3 # MIT
|
WebOb>=1.2.3 # MIT
|
||||||
websocket-client>=0.32.0 # LGPLv2+
|
websocket-client>=0.32.0 # LGPLv2+
|
||||||
websockify>=0.8.0 # LGPLv3
|
websockify>=0.8.0 # LGPLv3
|
||||||
wheel # MIT
|
wheel # MIT
|
||||||
watchdog>=0.8.2 # Apache-2.0
|
|
||||||
PyMI>=1.0.0;sys_platform=='win32' # Apache 2.0 License
|
PyMI>=1.0.0;sys_platform=='win32' # Apache 2.0 License
|
||||||
wmi;sys_platform=='win32' # MIT
|
wmi;sys_platform=='win32' # MIT
|
||||||
WSME>=0.8 # MIT
|
WSME>=0.8 # MIT
|
||||||
@ -264,6 +269,7 @@ XStatic-Angular>=1.3.7 # MIT License
|
|||||||
XStatic-Angular-Bootstrap>=0.11.0.2 # MIT License
|
XStatic-Angular-Bootstrap>=0.11.0.2 # MIT License
|
||||||
XStatic-Angular-Gettext>=2.1.0.2 # MIT License
|
XStatic-Angular-Gettext>=2.1.0.2 # MIT License
|
||||||
XStatic-Angular-lrdragndrop>=1.0.2.2 # MIT License
|
XStatic-Angular-lrdragndrop>=1.0.2.2 # MIT License
|
||||||
|
XStatic-Angular-Schema-Form>=0.8.13.0 # MIT
|
||||||
XStatic-Bootstrap-Datepicker>=1.3.1.0 # Apache 2.0 License
|
XStatic-Bootstrap-Datepicker>=1.3.1.0 # Apache 2.0 License
|
||||||
XStatic-Bootstrap-SCSS>=3 # Apache 2.0 License
|
XStatic-Bootstrap-SCSS>=3 # Apache 2.0 License
|
||||||
XStatic-bootswatch>=3.3.5.3 # MIT License
|
XStatic-bootswatch>=3.3.5.3 # MIT License
|
||||||
@ -279,11 +285,13 @@ XStatic-jquery-ui>=1.10.1 # MIT License
|
|||||||
XStatic-JSEncrypt>=2.0.0.2 # MIT License
|
XStatic-JSEncrypt>=2.0.0.2 # MIT License
|
||||||
XStatic-Magic-Search>=0.2.5.1 # Apache 2.0 License
|
XStatic-Magic-Search>=0.2.5.1 # Apache 2.0 License
|
||||||
XStatic-mdi>=1.4.57.0 # SIL OPEN FONT LICENSE Version 1.1
|
XStatic-mdi>=1.4.57.0 # SIL OPEN FONT LICENSE Version 1.1
|
||||||
|
XStatic-objectpath>=1.2.1.0 # MIT
|
||||||
XStatic-Rickshaw>=1.5.0 # BSD License (prior)
|
XStatic-Rickshaw>=1.5.0 # BSD License (prior)
|
||||||
XStatic-roboto-fontface>=0.4.3.2 # Apache 2.0 License
|
XStatic-roboto-fontface>=0.4.3.2 # Apache 2.0 License
|
||||||
XStatic-smart-table>=1.4.5.3 # MIT License
|
XStatic-smart-table>=1.4.5.3 # MIT License
|
||||||
XStatic-Spin>=1.2.5.2 # MIT License
|
XStatic-Spin>=1.2.5.2 # MIT License
|
||||||
XStatic-term.js>=0.0.4 # MIT License
|
XStatic-term.js>=0.0.4 # MIT License
|
||||||
|
XStatic-tv4>=1.2.7.0 # MIT
|
||||||
XStatic-Angular-FileUpload>=12.0.4.0 # MIT License
|
XStatic-Angular-FileUpload>=12.0.4.0 # MIT License
|
||||||
yaql>=1.1.0 # Apache 2.0 License
|
yaql>=1.1.0 # Apache 2.0 License
|
||||||
|
|
||||||
@ -294,25 +302,20 @@ bashate>=0.2 # Apache-2.0
|
|||||||
cliff-tablib>=1.0 # Apache-2.0
|
cliff-tablib>=1.0 # Apache-2.0
|
||||||
couchdb>=0.8 # Apache-2.0
|
couchdb>=0.8 # Apache-2.0
|
||||||
coverage>=3.6 # Apache-2.0
|
coverage>=3.6 # Apache-2.0
|
||||||
demjson # GNU LGPL 3.0
|
demjson # GLGPLv3+
|
||||||
docker-py>=1.6.0,<1.8.0 # Apache-2.0
|
docker-py>=1.6.0,<1.8.0 # Apache-2.0
|
||||||
discover # BSD
|
discover # BSD
|
||||||
django-nose>=1.2 # BSD
|
django-nose>=1.4.4 # BSD
|
||||||
doc8 # Apache-2.0
|
doc8 # Apache-2.0
|
||||||
feedparser # BSD
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||||
# NOTE(mriedem): Uncap fixtures once nova/neutron* are passing
|
|
||||||
# with both fixes 1.4 and 2.0.
|
|
||||||
fixtures>=1.3.1,<2.0 # Apache-2.0/BSD
|
|
||||||
freezegun # Apache-2.0
|
freezegun # Apache-2.0
|
||||||
gabbi>=1.11.0 # Apache-2.0
|
gabbi>=1.24.0 # Apache-2.0
|
||||||
hgtools # MIT # dependency of pytest-runner that is only in setup_requires
|
|
||||||
kafka-python>=0.9.5,<1.0.0 # Apache-2.0
|
kafka-python>=0.9.5,<1.0.0 # Apache-2.0
|
||||||
keyring>=5.5.1 # MIT/PSF
|
keyring>=5.5.1 # MIT/PSF
|
||||||
ldappool>=2.0.0 # MPL
|
ldappool>=2.0.0 # MPL
|
||||||
mimic>=2.0.0 # Apache-2.0
|
|
||||||
# Do not make mock conditional on Python version: we depend on newer code than
|
# Do not make mock conditional on Python version: we depend on newer code than
|
||||||
# in [most] releases of the Python std library.
|
# in [most] releases of the Python std library.
|
||||||
mock>=1.2 # BSD
|
mock>=2.0 # BSD
|
||||||
mox>=0.5.3 # Apache-2.0
|
mox>=0.5.3 # Apache-2.0
|
||||||
mox3>=0.7.0 # Apache-2.0
|
mox3>=0.7.0 # Apache-2.0
|
||||||
MySQL-python;python_version=='2.7' # GPL with FOSS exception
|
MySQL-python;python_version=='2.7' # GPL with FOSS exception
|
||||||
@ -323,21 +326,20 @@ nosehtmloutput>=0.0.3 # Apache-2.0
|
|||||||
nosexcover # BSD
|
nosexcover # BSD
|
||||||
openstack-doc-tools>=0.23 # Apache-2.0
|
openstack-doc-tools>=0.23 # Apache-2.0
|
||||||
openstack.nose_plugin>=0.7 # Apache-2.0
|
openstack.nose_plugin>=0.7 # Apache-2.0
|
||||||
openstacksdk>=0.8.5 # Apache-2.0
|
openstacksdk>=0.9.0 # Apache-2.0
|
||||||
os-api-ref>=0.1.0 # Apache-2.0
|
os-api-ref>=0.4.0 # Apache-2.0
|
||||||
oslosphinx>=2.5.0,!=3.4.0 # Apache-2.0
|
oslosphinx>=2.5.0,!=3.4.0 # Apache-2.0
|
||||||
oslotest>=1.10.0 # Apache-2.0
|
oslotest>=1.10.0 # Apache-2.0
|
||||||
proboscis>=1.2.5.3 # Apache-2.0
|
proboscis>=1.2.5.3 # Apache-2.0
|
||||||
psycopg2>=2.5 # LGPL/ZPL
|
psycopg2>=2.5 # LGPL/ZPL
|
||||||
pysendfile>=2.0.0 # MIT
|
pysendfile>=2.0.0 # MIT
|
||||||
pysqlite;python_version=='2.7' # zlib/libpng
|
|
||||||
python-consul>=0.4.7 # MIT License
|
python-consul>=0.4.7 # MIT License
|
||||||
python-ldap>=2.4;python_version=='2.7' # PSF
|
|
||||||
python-subunit>=0.0.18 # Apache-2.0/BSD
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
||||||
python-pytun>=2.2.1 # MIT
|
python-pytun>=2.2.1 # MIT
|
||||||
pyzmq>=14.3.1 # LGPL+BSD
|
pyzmq>=14.3.1 # LGPL+BSD
|
||||||
redis>=2.10.0 # MIT
|
redis>=2.10.0 # MIT
|
||||||
requests-mock>=0.7.0 # Apache-2.0
|
hiredis>=0.2.0 # BSD
|
||||||
|
requests-mock>=1.0 # Apache-2.0
|
||||||
retrying>=1.2.3,!=1.3.0 # Apache-2.0
|
retrying>=1.2.3,!=1.3.0 # Apache-2.0
|
||||||
spec_cleaner>=0.8.2 # BSD
|
spec_cleaner>=0.8.2 # BSD
|
||||||
selenium>=2.50.1 # Apache-2.0
|
selenium>=2.50.1 # Apache-2.0
|
||||||
@ -345,8 +347,8 @@ selenium>=2.50.1 # Apache-2.0
|
|||||||
# setting a lower bound is not harmful - it makes error messages cleaner. DO
|
# setting a lower bound is not harmful - it makes error messages cleaner. DO
|
||||||
# NOT set an upper bound on setuptools, as that will lead to uninstallable
|
# NOT set an upper bound on setuptools, as that will lead to uninstallable
|
||||||
# situations as progressive releases of projects are done.
|
# situations as progressive releases of projects are done.
|
||||||
setuptools>=16.0 # PSF/ZPL
|
setuptools>=16.0,!=24.0.0 # PSF/ZPL
|
||||||
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 # BSD
|
sphinx>=1.2.1,!=1.3b1,<1.3 # BSD
|
||||||
sphinxcontrib-blockdiag # BSD
|
sphinxcontrib-blockdiag # BSD
|
||||||
sphinxcontrib-httpdomain # BSD
|
sphinxcontrib-httpdomain # BSD
|
||||||
sphinxcontrib-seqdiag # BSD
|
sphinxcontrib-seqdiag # BSD
|
||||||
@ -356,6 +358,7 @@ testresources>=0.2.4 # Apache-2.0/BSD
|
|||||||
testscenarios>=0.4 # Apache-2.0/BSD
|
testscenarios>=0.4 # Apache-2.0/BSD
|
||||||
testtools>=1.4.0 # MIT
|
testtools>=1.4.0 # MIT
|
||||||
trollius>=1.0 # Apache-2.0
|
trollius>=1.0 # Apache-2.0
|
||||||
|
ujson>=1.35 # BSD
|
||||||
unittest2 # BSD
|
unittest2 # BSD
|
||||||
virtualenv # MIT
|
virtualenv # MIT
|
||||||
wrapt>=1.7.0 # BSD License
|
wrapt>=1.7.0 # BSD License
|
||||||
@ -375,9 +378,9 @@ zake>=0.1.6 # Apache-2.0
|
|||||||
# beyond this list would ever use a ==
|
# beyond this list would ever use a ==
|
||||||
flake8>=2.5.4,<2.6.0 # MIT
|
flake8>=2.5.4,<2.6.0 # MIT
|
||||||
flake8_docstrings==0.2.1.post1 # MIT
|
flake8_docstrings==0.2.1.post1 # MIT
|
||||||
hacking>=0.10.2,<0.11 # Apache-2.0
|
hacking>=0.11.0,<0.12 # Apache-2.0
|
||||||
mccabe==0.2.1 # MIT License
|
mccabe==0.2.1 # MIT License
|
||||||
pep257==0.7.0 # MIT License
|
pep257==0.7.0 # MIT License
|
||||||
pep8==1.5.7 # MIT
|
pep8==1.5.7 # MIT
|
||||||
pyflakes==0.8.1 # MIT
|
pyflakes==0.8.1 # MIT
|
||||||
pylint==1.4.5 # GNU GPL v2
|
pylint==1.4.5 # GPLv2
|
||||||
|
Loading…
Reference in New Issue
Block a user