From e73736cbec9228648d1bccb31d9ce31d28bd012f Mon Sep 17 00:00:00 2001 From: Mario de Frutos Date: Tue, 26 Jan 2016 19:57:18 +0100 Subject: [PATCH] Restrict the python-dateutil library to avoid conflict with other projects that need that specific version --- server/lib/python/cartodb_geocoder/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/lib/python/cartodb_geocoder/requirements.txt b/server/lib/python/cartodb_geocoder/requirements.txt index 3b94e05..20b7203 100644 --- a/server/lib/python/cartodb_geocoder/requirements.txt +++ b/server/lib/python/cartodb_geocoder/requirements.txt @@ -1,5 +1,6 @@ redis==2.10.5 -python-dateutil==2.4.2 +# Dependency with incsv in the import +python-dateutil==2.2 # Test mock==1.3.0