From 8f386aaf99d9763af525d08d297a4b026bfa38df Mon Sep 17 00:00:00 2001 From: Kostis Anagnostopoulos Date: Tue, 28 Jun 2016 13:42:54 +0200 Subject: [PATCH] build: update `buildout` reqs - do we still use them?? --- README.rst | 1 + buildout.cfg | 24 +++++++++++------------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index 4e46abd..fd8ceb4 100644 --- a/README.rst +++ b/README.rst @@ -752,4 +752,5 @@ See the ``LICENSE.txt`` file. :alt: Project License .. |dependencies| image:: https://img.shields.io/requires/github/pypiserver/pypiserver.svg + :target: https://requires.io/github/pypiserver/pypiserver/requirements/ :alt: Dependencies up-to-date? diff --git a/buildout.cfg b/buildout.cfg index fc43abe..93bc751 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -60,22 +60,20 @@ scripts = [versions] -distribute = 0.6.44 -passlib = 1.6.1 -waitress = 0.8.5 -zc.recipe.egg = 2.0.0 +passlib = 1.6.5 +waitress = 0.9 +zc.recipe.egg = 2.0.3 -WebOb = 1.2.3 -WebTest = 2.0.6 -beautifulsoup4 = 4.1.3 -py = 1.4.13 -pytest = 2.3.5 +WebOb = 1.6.5 +WebTest = 2.0.21 +py = 1.4.31 +pytest = 2.9.2 # Required by: # WebTest==2.0.3 -six = 1.3.0 -Paste = 1.7.5.1 -PasteDeploy = 1.5.0 -gunicorn = 0.17.4 +six = 1.10.0 +Paste = 2.0.3 +PasteDeploy = 1.5.2 +gunicorn = 19.6.0 yolk = 0.4.3