diff --git a/requirements.txt b/requirements.txt index c32cfec67..da6a11643 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,20 +1,20 @@ # 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. -pbr>=1.6 +pbr>=1.6 # Apache-2.0 -beautifulsoup4 -Django<1.9,>=1.8 -django-formtools -iso8601>=0.1.9 -six>=1.9.0 -python-muranoclient>=0.7.1 -PyYAML>=3.1.0 +beautifulsoup4 # MIT +Django<1.9,>=1.8 # BSD +django-formtools # BSD +iso8601>=0.1.9 # MIT +six>=1.9.0 # MIT +python-muranoclient>=0.7.1 # Apache-2.0 +PyYAML>=3.1.0 # MIT yaql>=1.0.0 # Apache 2.0 License oslo.log>=1.14.0 # Apache-2.0 -semantic-version>=2.3.1 +semantic-version>=2.3.1 # BSD # message extraction -Babel>=1.3 -django-babel>=0.4.0 +Babel>=1.3 # BSD +django-babel>=0.4.0 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index c949fb124..3980cc34f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,26 +3,26 @@ # process, which may cause wedges in the gate later. hacking<0.11,>=0.10.0 -coverage>=3.6 -django-nose>=1.2 -nose +coverage>=3.6 # Apache-2.0 +django-nose>=1.2 # BSD +nose # LGPL oslo.config>=3.2.0 # Apache-2.0 -openstack.nose-plugin>=0.7 -nosehtmloutput>=0.0.3 -selenium +openstack.nose-plugin>=0.7 # Apache-2.0 +nosehtmloutput>=0.0.3 # Apache-2.0 +selenium # Apache-2.0 -testtools>=1.4.0 -mock>=1.2 -mox3>=0.7.0 +testtools>=1.4.0 # MIT +mock>=1.2 # BSD +mox3>=0.7.0 # Apache-2.0 # Docs Requirements oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD reno>=0.1.1 # Apache2 # Horizon requirements -django-compressor>=1.4 -django-openstack-auth>=2.0.0 +django-compressor>=1.4 # MIT +django-openstack-auth>=2.0.0 # Apache-2.0 # js lint tests -nodeenv>=0.9.4 # BSD License +nodeenv>=0.9.4 # BSD License # BSD