pypiserver/buildout.cfg

71 lines
856 B
INI
Raw Normal View History

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
[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]
2013-03-20 22:47:39 +01:00
distribute = 0.6.35
passlib = 1.6.1
2013-01-04 02:09:11 +01:00
waitress = 0.8.2
2013-03-20 22:47:39 +01:00
zc.recipe.egg = 2.0.0a3
2013-01-04 02:09:11 +01:00
2013-03-20 22:47:39 +01:00
WebOb = 1.2.3
WebTest = 2.0.3
beautifulsoup4 = 4.1.3
py = 1.4.13
2013-01-04 02:09:11 +01:00
pytest = 2.3.4
2013-03-20 22:47:39 +01:00
# Required by:
# WebTest==2.0.3
six = 1.2.0