From 5ece747e15896cf998e3787aa07f547fa39e3e44 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Tue, 7 Aug 2018 12:44:59 +0900 Subject: [PATCH] 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 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2847763..cfc019f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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