sampleapp/requirements.txt
author Christophe de Vienne <christophe@unlish.com>
Thu, 28 Aug 2014 15:42:51 +0200
changeset 11503 ddf61aa73384
parent 11490 addf68740dbb
permissions -rw-r--r--
Add a wsgi application factory suitable for wsgi servers. This factory can generate a wsgi application for a cubicweb instance. It reads the instance name from the CW_INSTANCE environment variable, and activates the debugmode if CW_DEBUG is defined in environment. It is usable by uwsgi as the 'module' parameter : CW_INSTANCE=test uwsgi --plugins python,http --http 0.0.0.0:8080 --module pyramid_cubicweb:wsgi_application()

Mako==1.0.0
MarkupSafe==0.23
PasteDeploy==1.5.2
Pygments==1.6
Twisted==14.0.0
WebOb==1.4
Yapps==2.2.0
argparse==1.2.1
cubicweb==3.19.3
cubicweb-blog==1.10.1
logilab-common==0.62.0
logilab-constraint==0.5.0
logilab-database==1.12.2
logilab-mtconverter==0.8.2
lxml==3.3.5
passlib==1.6.2
psycopg2==2.5.3
pyramid==1.5.1
pyramid-debugtoolbar==2.1
pyramid-mako==1.0.2
repoze.lru==0.6
rql==0.33.0
translationstring==1.1
venusian==1.0
waitress==0.8.9
wsgiref==0.1.2
yams==0.39.1
zope.deprecation==4.1.1
zope.interface==4.1.1
..