Codebase list pyquery / run/c96c1027-cb4f-485c-84de-8545a0ec21ac/main buildout.cfg
run/c96c1027-cb4f-485c-84de-8545a0ec21ac/main

Tree @run/c96c1027-cb4f-485c-84de-8545a0ec21ac/main (Download .tar.gz)

buildout.cfg @run/c96c1027-cb4f-485c-84de-8545a0ec21ac/mainraw · 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