diff --git a/lower-constraints.txt b/lower-constraints.txt index 09ce209..8b9809d 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -9,7 +9,6 @@ debtcollector==1.19.0 django-appconf==1.0.2 django-babel==0.6.2 django-compressor==2.0 -django-nose==1.4.4 django-pyscss==2.0.2 Django==1.11 extras==1.0.0 @@ -28,12 +27,7 @@ msgpack==0.5.6 netaddr==0.7.19 netifaces==0.10.6 nodeenv==0.9.4 -nose-exclude==0.3.0 -nose==1.3.7 -nosehtmloutput==0.0.3 -nosexcover==1.0.10 openstack-requirements==1.2.0 -openstack.nose-plugin==0.7 oslo.config==5.2.0 oslo.context==2.20.0 oslo.i18n==3.20.0 diff --git a/requirements.txt b/requirements.txt index 2d707cc..cb050a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,10 +8,5 @@ # # PBR should always appear first pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Babel!=2.4.0,>=2.3.4 # BSD -Django<2.0,>=1.11 # BSD -django-babel>=0.6.2 # BSD -django-compressor>=2.0 # MIT -django-pyscss>=2.0.2 # BSD License (2 clause) python-blazarclient>=1.0.1 # Apache-2.0 -horizon>=13.0.0 # Apache-2.0 +horizon>=14.0.0.0b3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b9b7866..36a5f77 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,12 +10,6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 # coverage!=4.4,>=4.0 # Apache-2.0 -django-nose>=1.4.4 # BSD mock>=2.0.0 # BSD nodeenv>=0.9.4 # BSD -nose>=1.3.7 # LGPL -nose-exclude>=0.3.0 # LGPL -nosehtmloutput>=0.0.3 # Apache-2.0 -nosexcover>=1.0.10 # BSD -openstack.nose-plugin>=0.7 # Apache-2.0 testtools>=2.2.0 # MIT