From 44865af68723958bf673cc0fc1c591f2b6fc33ea Mon Sep 17 00:00:00 2001 From: Matthew Planchard Date: Mon, 6 Aug 2018 17:50:46 -0500 Subject: [PATCH] Remove version pins from buildout.cfg --- buildout.cfg | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 93bc751..7835de6 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -57,23 +57,3 @@ eggs = ${buildout:eggs} scripts = ipython - - -[versions] -passlib = 1.6.5 -waitress = 0.9 -zc.recipe.egg = 2.0.3 - - -WebOb = 1.6.5 -WebTest = 2.0.21 -py = 1.4.31 -pytest = 2.9.2 - -# Required by: -# WebTest==2.0.3 -six = 1.10.0 -Paste = 2.0.3 -PasteDeploy = 1.5.2 -gunicorn = 19.6.0 -yolk = 0.4.3