From a446429b612a78468f1994c59ec401206f79d1c5 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Sat, 1 Oct 2016 19:19:31 +0800 Subject: [PATCH] Do not make project depends on Babel by default There's no reason to depend on it as it's not needed to run the application or use the library. We also remove it from cookiecutter in Icc847c6a5cb194a77abfca6134444903cf7b8db5 Change-Id: I358b1b86c866651d2e96c2343c02090729d9838a --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 839b8438..16638a6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,6 @@ pbr>=1.6 # Apache-2.0 # Horizon Core Requirements -Babel>=2.3.4 # BSD Django<1.9,>=1.8 # BSD django-compressor>=2.0 # MIT django-openstack-auth>=2.4.0 # Apache-2.0