sampleapp/requirements.txt
author Christophe de Vienne <christophe@unlish.com>
Sat, 08 Nov 2014 23:07:20 +0100
changeset 11524 54c83bfda277
parent 11490 addf68740dbb
permissions -rw-r--r--
Don't rollback if exception is HTTPSuccessful or HTTPRedirection In the request finishing, the 'cleanup' callback set by _cw_cnx automatically commit the transaction except is an exception is set on the request. Problem is, redirections and successul http return code can raise exceptions. This patch detects such exceptions and avoid rolling back the transaction. Closes #4566482
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11490
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
     1
Mako==1.0.0
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
     2
MarkupSafe==0.23
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
     3
PasteDeploy==1.5.2
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
     4
Pygments==1.6
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
     5
Twisted==14.0.0
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
     6
WebOb==1.4
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
     7
Yapps==2.2.0
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
     8
argparse==1.2.1
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
     9
cubicweb==3.19.3
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    10
cubicweb-blog==1.10.1
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    11
logilab-common==0.62.0
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    12
logilab-constraint==0.5.0
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    13
logilab-database==1.12.2
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    14
logilab-mtconverter==0.8.2
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    15
lxml==3.3.5
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    16
passlib==1.6.2
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    17
psycopg2==2.5.3
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    18
pyramid==1.5.1
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    19
pyramid-debugtoolbar==2.1
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    20
pyramid-mako==1.0.2
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    21
repoze.lru==0.6
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    22
rql==0.33.0
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    23
translationstring==1.1
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    24
venusian==1.0
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    25
waitress==0.8.9
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    26
wsgiref==0.1.2
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    27
yams==0.39.1
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    28
zope.deprecation==4.1.1
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    29
zope.interface==4.1.1
addf68740dbb Provide instructions and a requirements list to quickly start the sample
Christophe de Vienne <christophe@unlish.com>
parents:
diff changeset
    30
..