2013-01-04 02:09:11 +01:00
|
|
|
[buildout]
|
|
|
|
|
|
|
|
develop = .
|
|
|
|
|
2013-03-20 22:47:39 +01:00
|
|
|
parts =
|
|
|
|
pypi-server
|
|
|
|
|
|
|
|
show-picked-versions = true
|
2013-01-04 02:09:11 +01:00
|
|
|
newest = false
|
|
|
|
|
|
|
|
eggs =
|
2013-03-20 22:47:39 +01:00
|
|
|
pypiserver
|
|
|
|
waitress
|
|
|
|
passlib
|
2013-01-04 02:09:11 +01:00
|
|
|
|
|
|
|
[gunicorn]
|
2013-03-20 22:47:39 +01:00
|
|
|
recipe = zc.recipe.egg
|
2013-01-04 02:09:11 +01:00
|
|
|
eggs =
|
2013-03-20 22:47:39 +01:00
|
|
|
gunicorn
|
|
|
|
Paste
|
|
|
|
PasteDeploy
|
|
|
|
${pypi-server:eggs}
|
|
|
|
scripts =
|
|
|
|
gunicorn_paster
|
|
|
|
gunicorn
|
2013-01-04 02:09:11 +01:00
|
|
|
|
|
|
|
|
|
|
|
[pytest]
|
2013-03-20 22:47:39 +01:00
|
|
|
recipe = zc.recipe.egg
|
2013-01-04 02:09:11 +01:00
|
|
|
eggs =
|
2013-03-20 22:47:39 +01:00
|
|
|
pypiserver
|
|
|
|
pytest
|
|
|
|
webtest
|
|
|
|
beautifulsoup4
|
|
|
|
${buildout:eggs}
|
|
|
|
scripts =
|
|
|
|
py.test
|
2013-01-04 02:09:11 +01:00
|
|
|
|
2013-05-29 00:46:51 +02:00
|
|
|
[yolk]
|
|
|
|
recipe = zc.recipe.egg
|
|
|
|
eggs =
|
|
|
|
yolk
|
|
|
|
${gunicorn:eggs}
|
|
|
|
${pytest:eggs}
|
|
|
|
|
2013-01-04 02:09:11 +01:00
|
|
|
[pypi-server]
|
2013-03-20 22:47:39 +01:00
|
|
|
recipe = zc.recipe.egg
|
2013-01-04 02:09:11 +01:00
|
|
|
eggs = ${buildout:eggs}
|
|
|
|
interpreter = pypipython
|
2013-03-20 22:47:39 +01:00
|
|
|
scripts =
|
|
|
|
pypi-server
|
2013-01-04 02:09:11 +01:00
|
|
|
|
|
|
|
[ipython]
|
2013-03-20 22:47:39 +01:00
|
|
|
recipe = zc.recipe.egg
|
2013-01-04 02:09:11 +01:00
|
|
|
eggs =
|
2013-03-20 22:47:39 +01:00
|
|
|
ipython
|
|
|
|
${buildout:eggs}
|
|
|
|
scripts =
|
|
|
|
ipython
|
2013-01-04 02:09:11 +01:00
|
|
|
|
|
|
|
|
|
|
|
[versions]
|
2016-06-28 13:42:54 +02:00
|
|
|
passlib = 1.6.5
|
|
|
|
waitress = 0.9
|
|
|
|
zc.recipe.egg = 2.0.3
|
2013-01-04 02:09:11 +01:00
|
|
|
|
|
|
|
|
2016-06-28 13:42:54 +02:00
|
|
|
WebOb = 1.6.5
|
|
|
|
WebTest = 2.0.21
|
|
|
|
py = 1.4.31
|
|
|
|
pytest = 2.9.2
|
2013-01-04 02:09:11 +01:00
|
|
|
|
2013-03-20 22:47:39 +01:00
|
|
|
# Required by:
|
|
|
|
# WebTest==2.0.3
|
2016-06-28 13:42:54 +02:00
|
|
|
six = 1.10.0
|
|
|
|
Paste = 2.0.3
|
|
|
|
PasteDeploy = 1.5.2
|
|
|
|
gunicorn = 19.6.0
|
2013-05-29 00:46:51 +02:00
|
|
|
yolk = 0.4.3
|