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 any more.

Change-Id: I71973a0003d3e2c3ec46491b16ea7f7d283aba27
This commit is contained in:
Akihiro Motoki 2017-11-16 07:01:02 +00:00
parent 02c2d06bda
commit 78f45b5552
1 changed files with 0 additions and 1 deletions

View File

@ -13,5 +13,4 @@ Babel!=2.4.0,>=2.3.4 # BSD
Django<2.0,>=1.8 # BSD
django-babel>=0.5.1 # BSD
django-compressor>=2.0 # MIT
django-openstack-auth>=3.5.0 # Apache-2.0
django-pyscss>=2.0.2 # BSD License (2 clause)