include anyjson for tests

This commit is contained in:
Matt George 2013-04-22 21:20:14 -05:00 committed by Xavier Ordoquy
parent d0085502aa
commit 78ea988bbc
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ tests_require = [
'pytest-django-lite',
'tornado',
'webob',
'anyjson',
] + flask_requires + unittest2_requires
setup(