Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zodman committed Nov 28, 2020
1 parent aa61a73 commit c4f6fc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.humanize',
'django.contrib.humanize',
'channels',
'sockpuppet',
'core',
'pygments_renderer',
'widget_tweaks',
]

MIDDLEWARE = [
Expand Down
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ django
django-sockpuppet
requests
django-pygments-renderer
django-widget-tweaks

# deployment
fabric
Expand Down

0 comments on commit c4f6fc6

Please sign in to comment.