diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -55,6 +55,7 @@ requirements = [ "URLObject==2.3.4", "Routes==1.13", "pytest>=2.7.0,<3.0", + "pytest-sugar>=0.7.0,<1.0.0", "dulwich>=0.9.9,<=0.9.9", "mercurial>=2.9,<3.8", ]