diff --git a/buildout.cfg b/buildout.cfg index 84ae9df28..0b6606c75 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -30,6 +30,7 @@ eggs = django textile akismet PyMollom + pdbpp nose coverage nose-sfd diff --git a/versions.cfg b/versions.cfg index 4f701655a..33b267b53 100644 --- a/versions.cfg +++ b/versions.cfg @@ -32,10 +32,16 @@ docutils = 0.10 nose = 1.2.1 blessings = 1.5 nose-sfd = 0.1 -nose-progressive = 1.4 +nose-progressive = 1.3 coverage = 3.6 nosexcover = 1.0.7 +# Pdb++ +pdbpp = 0.7.2 +fancycompleter = 0.4 +pyrepl = 0.8.4 +wmctrl = 0.1 + # Tox tox = 1.4.2 py = 1.4.12