Skip to content

Commit

Permalink
Depend on strainer for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Jun 22, 2011
1 parent 0824ddc commit 74caf1f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@
keywords = [
'toscawidgets.widgets',
],
tests_require = ['BeautifulSoup', 'nose', 'FormEncode', 'WebTest'] + _extra_cheetah + _extra_genshi + _extra_kid + _extra_mako,
tests_require = [
'BeautifulSoup',
'nose',
'FormEncode',
'WebTest',
'strainer',
] + _extra_cheetah + _extra_genshi + _extra_kid + _extra_mako,
extras_require = {
'cheetah': _extra_cheetah,
'kid': _extra_kid,
Expand Down

0 comments on commit 74caf1f

Please sign in to comment.