From c7033295fcaf3bf8b63bf090ef717f124f08c5f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Bryon?= Date: Thu, 11 Apr 2013 11:32:38 +0200 Subject: [PATCH] Sorted known good set of versions, for easier maintenance. --- etc/buildout.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/etc/buildout.cfg b/etc/buildout.cfg index cab0f85..f53ba12 100644 --- a/etc/buildout.cfg +++ b/etc/buildout.cfg @@ -56,22 +56,22 @@ eggs = zest.releaser recipe = evg.recipe.activate [versions] -Django = 1.5 -Jinja2 = 2.6 -Pygments = 1.6 -Sphinx = 1.1.3 bpython = 0.10.1 buildout-versions = 1.7 coverage = 3.6 distribute = 0.6.34 +Django = 1.5 +django-nose = 1.1 docutils = 0.10 +Jinja2 = 2.6 nose = 1.2.1 +Pygments = 1.6 python-termstyle = 0.1.9 rednose = 0.3 +requests = 1.2.0 +Sphinx = 1.1.3 sphinxcontrib-testbuild = 0.1.1 +zc.recipe.egg = 1.3.2 z3c.recipe.mkdir = 0.5 z3c.recipe.scripts = 1.0.1 -zc.recipe.egg = 1.3.2 zest.releaser = 3.43 -django-nose = 1.1 -requests = 1.2.0