From 8d55f925adbe16372e82c014564103bcf91da0a1 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Thu, 16 Nov 2017 06:31:25 +0000 Subject: [PATCH] Drop django_openstack_auth from requirements.txt django_openstack_auth has been merged into horizon tree as an effort of blueprint merge-openstack-auth. There is no need to depend on django_openstack_auth from now on. Change-Id: I93f6365ccf661568b37ea9c737f8ce6115873739 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 80722958..d36f6563 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 Babel!=2.4.0,>=2.3.4 # BSD Django<2.0,>=1.8 # BSD django-compressor>=2.0 # MIT -django-openstack-auth>=3.5.0 # Apache-2.0 iso8601>=0.1.11 # MIT oslo.utils>=3.31.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0