From f158b426d4ae4a1568744753e612be5ca33849ae Mon Sep 17 00:00:00 2001 From: Feilong Wang Date: Thu, 31 Aug 2017 10:40:12 +1200 Subject: [PATCH] Sync requirements with OpenStack global requirements Change-Id: Ic18529fefdee14c435758c77a2e757f13657d16a --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1274ff2..5d02dc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,11 +7,11 @@ # be installed in a specific order. # # PBR should always appear first -pbr>=2.0.0 # Apache-2.0 -Babel>=2.3.4,!=2.4.0 # BSD -Django<1.9,>=1.8 # BSD +pbr>=2.0.0,!=2.1.0 # Apache-2.0 +Babel>=2.3.4,!=2.4.0 # BSD +Django>=1.8,<2.0 # BSD django-babel>=0.5.1 # BSD # NOTE(flwang): We can use this after distilclient is added into # openstack-requirements. -#python-distilclient>=0.2.0 # Apache-2.0 \ No newline at end of file +#python-distilclient>=0.3.2 # Apache-2.0 \ No newline at end of file