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: I4729ec7d3fb3a2ca1d8c526fccf3c2290edbd922
This commit is contained in:
Akihiro Motoki 2017-11-16 06:49:36 +00:00
parent 2688f3e484
commit f9ff2798bd
2 changed files with 0 additions and 2 deletions

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
iso8601>=0.1.11 # MIT
python-mistralclient>=3.1.0 # Apache-2.0
PyYAML>=3.10 # MIT

View File

@ -27,4 +27,3 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain
# Horizon requirements
django-compressor>=2.0 # MIT
django-openstack-auth>=3.5.0 # Apache-2.0