Unblock Django 2.0 in requirements.txt

Horizon Rocky and FWaaS dashboard support Django 2.0 but requirements.txt
still says Django <2.0 is required. It is out-of-date.
This commit drops unnecessary Django dependencies.
There is no need to install Django explicitly as it is a horizon dependency.

Change-Id: I75b6dd2083863a3ba8acce8b3bf40cd041f44049
This commit is contained in:
Akihiro Motoki 2018-08-07 12:44:59 +09:00
parent 946129e2b4
commit 5ece747e15
1 changed files with 0 additions and 1 deletions

View File

@ -3,6 +3,5 @@
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
Django<2.0,>=1.11 # BSD
horizon>=13.0.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0