From 09da4f84a16af2cbdaf68c18a4f824d55964ed17 Mon Sep 17 00:00:00 2001 From: Anusha Ramineni Date: Thu, 19 Apr 2018 11:52:10 +0530 Subject: [PATCH] Update lower-constraints to match requirements lower constraints lists do not match the local requirements. This commit is to update the same. Change-Id: I2ced3ee16f0dbfdeb889cf8a30f13e70da2525ba --- lower-constraints.txt | 21 +++++++++------------ requirements.txt | 3 ++- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 9302b30..5270b0a 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -7,18 +7,18 @@ chardet==3.0.4 cliff==2.11.0 cmd2==0.8.1 contextlib2==0.5.5 -coverage==4.5.1 +coverage==4.0 cryptography==2.1.4 debtcollector==1.19.0 decorator==4.2.1 deprecation==2.0 -Django==1.11 django-appconf==1.0.2 django-babel==0.6.2 -django-compressor==2.2 -django-nose==1.4.5 +django-compressor==2.0 +django-nose==1.4.4 django-pyscss==2.0.2 -docutils==0.14 +Django==1.11 +docutils==0.11 dogpile.cache==0.6.5 dulwich==0.19.0 extras==1.0.0 @@ -44,7 +44,7 @@ munch==2.2.0 netaddr==0.7.19 netifaces==0.10.6 nose==1.3.7 -openstackdocstheme==1.20.0 +openstackdocstheme==1.18.1 openstacksdk==0.12.0 os-client-config==1.29.0 os-service-types==1.2.0 @@ -57,10 +57,10 @@ oslo.log==3.37.0 oslo.policy==1.34.0 oslo.serialization==2.25.0 oslo.utils==3.36.0 -oslotest==3.3.0 +oslotest==3.2.0 osprofiler==2.0.0 packaging==17.1 -pbr==3.1.1 +pbr==2.0.0 pep8==1.5.7 Pint==0.8.1 prettytable==0.7.2 @@ -85,7 +85,7 @@ python-swiftclient==3.5.0 pytz==2018.3 PyYAML==3.12 rcssmin==1.0.6 -reno==2.7.0 +reno==2.5.0 requests==2.18.4 requestsexceptions==1.4.0 rfc3986==1.1.0 @@ -102,8 +102,6 @@ urllib3==1.22 warlock==1.3.0 WebOb==1.7.4 wrapt==1.10.11 -XStatic==1.0.1 -XStatic-Angular==1.5.8.0 XStatic-Angular-Bootstrap==2.2.0.0 XStatic-Angular-FileUpload==12.0.4.0 XStatic-Angular-Gettext==2.3.8.0 @@ -116,7 +114,6 @@ XStatic-D3==3.5.17.0 XStatic-Font-Awesome==4.7.0.0 XStatic-Hogan==2.0.0.2 XStatic-Jasmine==2.4.1.1 -XStatic-jQuery==1.10.2.1 XStatic-JQuery-Migrate==1.2.1.1 XStatic-jquery-ui==1.12.0.1 XStatic-JQuery.quicksearch==2.0.3.1 diff --git a/requirements.txt b/requirements.txt index 26a00f9..4ec1acd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,8 @@ # # PBR should always appear first pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Django<2.0,>=1.11 # BSD +Django<2,>=1.11;python_version<'3.0' # BSD +Django<2.1,>=1.11;python_version>='3.0' # BSD django-babel>=0.6.2 # BSD django-compressor>=2.0 # MIT django-nose>=1.4.4 # BSD