mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
build: update buildout
reqs - do we still use them??
This commit is contained in:
parent
62f60ccef7
commit
8f386aaf99
@ -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
buildout.cfg
24
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
|
||||
|
Loading…
Reference in New Issue
Block a user