From 240987cf0c05838c4db303cdeee8afc41ed7fc57 Mon Sep 17 00:00:00 2001 From: Janne Vanhala Date: Thu, 21 May 2015 14:18:12 +0300 Subject: [PATCH] Pin natsort to 3.5.6 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 50b012b..5727bd0 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,8 @@ extras_require = { 'python-dateutil>=2.2', 'pymysql', 'flake8>=2.4.0', - 'isort==3.9.6' + 'isort==3.9.6', + 'natsort==3.5.6', ], 'anyjson': ['anyjson>=0.3.3'], 'babel': ['Babel>=1.3'],