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: Idadb6dc02fa90a72e303b00b304b7c1ca70b178f
This commit is contained in:
Akihiro Motoki 2017-11-16 07:02:25 +00:00
parent e3ff7bc00f
commit d84339d90e
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ reno>=2.5.0 # Apache-2.0
# Horizon requirements
django-compressor>=2.0 # MIT
django-openstack-auth>=3.5.0 # Apache-2.0
# js lint tests
nodeenv>=0.9.4 # BSD