From 041ae990081bdcdc9ba0bd97ef3cef759c756725 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Larchev=C3=AAque?= Date: Thu, 15 Aug 2013 16:50:34 -0400 Subject: [PATCH] fix versions -pygraphviz egg --- buildout.cfg | 2 +- versions.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 8118ed4..a4bb8d1 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -50,7 +50,7 @@ eggs = auf.recipe.django odsgen django-picklefield - pygraphviz +# pygraphviz simplejson ordereddict python-dateutil diff --git a/versions.cfg b/versions.cfg index 2ec03c3..d0f721c 100644 --- a/versions.cfg +++ b/versions.cfg @@ -58,9 +58,9 @@ South = 0.7.6 auf.django.piwik = 1.8 auf.django.saml = 1.17 auf.recipe.django = 2.2 -distribute = 0.6.49 raven = 3.4.1 -zc.buildout = 2.1.1 +setuptools = 0.9.8 +zc.buildout = 2.2.0 # Required by: # auf.recipe.django==2.2 -- 1.7.10.4