Codebase list pyquery / upstream/latest buildout.cfg
upstream/latest

Tree @upstream/latest (Download .tar.gz)

buildout.cfg @upstream/latestraw · history · blame

[buildout]
newest = false
parts = py2 docs
develop = .

[py3]
recipe = zc.recipe.egg
eggs =
    cssselect>0.7.9
    WebOb>1.1.9
    WebTest
    pyquery
    nose
    coverage

[py2]
recipe = zc.recipe.egg
eggs =
    ${py3:eggs}
    unittest2
    BeautifulSoup
    restkit


[docs]
recipe = zc.recipe.egg
eggs =
    ${py2:eggs}
    Pygments
    Sphinx
    sphinx-pypi-upload
interpreter = py
scripts =
    sphinx-build

[tox]
recipe = gp.recipe.tox