From 173a4cde8b51a379d157800bcf24ab73b5a56374 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 8 Jul 2016 23:27:00 -0700 Subject: [PATCH] Update the requirements file to include the natsort library requirement. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index c1afc1b21..7b87785df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,3 +15,4 @@ py-gfm==0.1.3 pycrypto==2.6.1 sqlparse==0.1.19 xmltodict==0.10.2 +natsort>=5.0.0