summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorIryna Cherniavska <i.chernyavska@gmail.com>2015-11-24 12:56:31 -0800
committerIryna Cherniavska <i.chernyavska@gmail.com>2015-11-24 12:56:31 -0800
commit1f6f0186d363d73d26e81c84245715246d57e8b6 (patch)
tree714b0ba1362c1e68f7c0f6ae7ab5994a796ddc37 /setup.py
parenta05e9a571ded0b6ec3161112446524355c141d6a (diff)
Added humanized time display. Connect #396.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7198ef8f..cd0115f3 100644
--- a/setup.py
+++ b/setup.py
@@ -19,6 +19,7 @@ install_requirements = [
'psycopg2 >= 2.5.4',
'sqlparse == 0.1.16',
'configobj >= 5.0.6',
+ 'humanize >= 0.5.1',
]