Upgrade deps. (#517)

This commit is contained in:
kevgliss
2016-11-21 14:29:20 -08:00
committed by GitHub
parent dd6d332166
commit b3aa057d58
7 changed files with 27 additions and 21 deletions

View File

@ -9,4 +9,5 @@ env = Environment(loader=loader)
def human_time(time):
return arrow.get(time).format('dddd, MMMM D, YYYY')
env.filters['time'] = human_time