diff --git a/doc/requirements.txt b/doc/requirements.txt index ec1df52e..3b088f17 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -12,6 +12,5 @@ sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD sphinxcontrib-apidoc>=0.2.0 # BSD # NOTE: The following are required as horizon.test.settings loads it. -django-nose>=1.4.4 # BSD mock>=2.0.0 # BSD mox3>=0.20.0 # Apache-2.0 diff --git a/lower-constraints.txt b/lower-constraints.txt index 1525b071..8252a404 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -18,7 +18,6 @@ Django==1.11 django-appconf==1.0.2 django-babel==0.6.2 django-compressor==2.0 -django-nose==1.4.4 django-pyscss==2.0.2 docutils==0.14 dogpile.cache==0.6.5 @@ -50,11 +49,6 @@ munch==2.2.0 netaddr==0.7.19 netifaces==0.10.6 nodeenv==0.9.4 -nose==1.3.7 -nose-exclude==0.3.0 -nosehtmloutput==0.0.3 -nosexcover==1.0.10 -openstack.nose-plugin==0.7 openstackdocstheme==1.18.1 openstacksdk==0.12.0 os-client-config==1.29.0 diff --git a/requirements.txt b/requirements.txt index ef0746f9..d120733c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,10 +9,5 @@ # PBR should always appear first pbr!=2.1.0,>=2.0.0 # Apache-2.0 python-magnumclient>=2.6.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) -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 6f6e94b0..020ffece 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,14 +9,8 @@ # Hacking should appear first in case something else depends on pep8 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 selenium>=2.50.1 # Apache-2.0 # This also needs xvfb library installed on your OS xvfbwrapper>=0.1.3 #license: MIT