Skip to content

Commit

Permalink
build: update buildout reqs - do we still use them??
Browse files Browse the repository at this point in the history
  • Loading branch information
ankostis committed Jun 28, 2016
1 parent 62f60cc commit 8f386aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
1 change: 1 addition & 0 deletions README.rst
Expand Up @@ -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?
24 changes: 11 additions & 13 deletions buildout.cfg
Expand Up @@ -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

0 comments on commit 8f386aa

Please sign in to comment.