Skip to content

Commit

Permalink
more python 3 fixes, added requests to requirements, upgraded Django …
Browse files Browse the repository at this point in the history
…package.
  • Loading branch information
dhedegaard committed Jun 23, 2015
1 parent 838b06b commit a50ac59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
@@ -1 +1,2 @@
Django==1.7.4
Django==1.8.2
requests==2.7.0
1 change: 1 addition & 0 deletions webchat/tests.py
@@ -1,3 +1,4 @@
from __future__ import unicode_literals
import json

import mock
Expand Down

0 comments on commit a50ac59

Please sign in to comment.