Drop Django depdency from requirements.txt

Horizon depends on Django and manila-ui depends on horizon,
so we don't need to have Django dependency explicitly.
In Rocky cycle, horizon supports Django 2.x and manila-ui has not
followed it yet. It is a good chance to drop explicit Django dependency.

Change-Id: Idedf03bf2b34d4756eafd4d6694286e14e6eaa68
This commit is contained in:
Akihiro Motoki 2018-08-04 21:05:44 +09:00
parent 54fd03906e
commit 592d4ea699
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
# Horizon Core Requirements
Babel!=2.4.0,>=2.3.4 # BSD
Django<2.0,>=1.11 # BSD
django-compressor>=2.0 # MIT
iso8601>=0.1.11 # MIT
oslo.utils>=3.33.0 # Apache-2.0