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: I5244132d7d2a41ed572756214148fc1460a66cc7
This commit is contained in:
Akihiro Motoki 2017-11-16 07:03:38 +00:00
parent cf003433e8
commit 27f330affd

View File

@ -6,7 +6,6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
# Horizon Core Requirements
Django<2.0,>=1.8 # BSD
django-compressor>=2.0 # MIT
django-openstack-auth>=3.5.0 # Apache-2.0
httplib2>=0.9.1 # MIT
python-keystoneclient>=3.8.0 # Apache-2.0
PyYAML>=3.10 # MIT