From 81e951056ebcd4861e46031dd8ccb053a3847e76 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Tue, 4 Mar 2014 16:09:42 +0200 Subject: [PATCH] Update requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 53f1a20..dc0fcee 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ extras_require = { 'anyjson': ['anyjson>=0.3.3'], 'babel': ['Babel>=1.3'], 'arrow': ['arrow>=0.3.4'], - 'intervals': ['intervals>=0.2.2'], + 'intervals': ['intervals>=0.2.4'], 'phone': ['phonenumbers>=5.9.2'], 'password': ['passlib >= 1.6, < 2.0'], 'color': ['colour>=0.0.4'],