From aa940da24f624b25dcfb8060266fc5f1062af657 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 3 Dec 2015 17:38:25 +0100 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. Change-Id: Icc847c6a5cb194a77abfca6134444903cf7b8db5 --- {{cookiecutter.repo_name}}/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/requirements.txt b/{{cookiecutter.repo_name}}/requirements.txt index 08b0f01..30806d5 100644 --- a/{{cookiecutter.repo_name}}/requirements.txt +++ b/{{cookiecutter.repo_name}}/requirements.txt @@ -3,4 +3,3 @@ # process, which may cause wedges in the gate later. pbr>=1.6 -Babel>=1.3