sampleapp/requirements.txt
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 01 Jun 2016 17:27:29 +0200
changeset 11628 0f12ee84f30a
parent 11490 addf68740dbb
permissions -rw-r--r--
Test and fix status code and content of the login form on authentication error The status code was 200 and is now fixed to 403, but the content part of the test will fail until cset 02328f8cbd5c is integrated in cubicweb.
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
..