Skip to content

Commit 240987c

Browse files
committed
Pin natsort to 3.5.6
1 parent fbcd108 commit 240987c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ def get_version():
3737
'python-dateutil>=2.2',
3838
'pymysql',
3939
'flake8>=2.4.0',
40-
'isort==3.9.6'
40+
'isort==3.9.6',
41+
'natsort==3.5.6',
4142
],
4243
'anyjson': ['anyjson>=0.3.3'],
4344
'babel': ['Babel>=1.3'],

0 commit comments

Comments
 (0)