{{cookiecutter.project_slug}}/buildout.cfg
changeset 27 610088bc5214
parent 24 3dfc7249e43a
child 45 bad5178f7035
equal deleted inserted replaced
26:f5de6b8a05b6 27:610088bc5214
    32 eggs =
    32 eggs =
    33     authomatic
    33     authomatic
    34 {%- if cookiecutter.beaker_backend == 'redis' %}
    34 {%- if cookiecutter.beaker_backend == 'redis' %}
    35     beakeredis
    35     beakeredis
    36 {%- endif %}
    36 {%- endif %}
    37 {%- if cookiecutter.use_oracle %}
    37 {%- if cookiecutter.use_oracle.lower() in ('true','on','yes','1') %}
    38     cx_Oracle
    38     cx_Oracle
    39 {%- endif %}
    39 {%- endif %}
    40     fanstatic
    40     fanstatic
    41     nose
    41     nose
    42 {%- if cookiecutter.use_postgresql %}
    42 {%- if cookiecutter.use_postgresql in ('true','on','yes','1') %}
    43     psycopg2
    43     psycopg2
    44 {%- endif %}
    44 {%- endif %}
    45     pyams_alchemy
    45     pyams_alchemy
    46     pyams_catalog
    46     pyams_catalog
    47     pyams_content
    47     pyams_content
    48 {%- if cookiecutter.use_elasticsearch %}
    48 {%- if cookiecutter.use_elasticsearch in ('true','on','yes','1') %}
    49     pyams_content_es
    49     pyams_content_es
    50 {%- endif %}
    50 {%- endif %}
    51     pyams_file
    51     pyams_file
    52     pyams_form
    52     pyams_form
    53     pyams_i18n
    53     pyams_i18n
    54 {%- if cookiecutter.use_ldap %}
    54 {%- if cookiecutter.use_ldap in ('true','on','yes','1') %}
    55     pyams_ldap
    55     pyams_ldap
    56 {%- endif %}
    56 {%- endif %}
    57     pyams_mail
    57     pyams_mail
    58     pyams_media
    58     pyams_media
    59     pyams_notify
    59     pyams_notify
    76 {%- endif %}
    76 {%- endif %}
    77     pyramid
    77     pyramid
    78     pyramid_beaker
    78     pyramid_beaker
    79     pyramid_chameleon
    79     pyramid_chameleon
    80     pyramid_debugtoolbar
    80     pyramid_debugtoolbar
    81 {%- if cookiecutter.use_elasticsearch %}
    81 {%- if cookiecutter.use_elasticsearch in ('true','on','yes','1') %}
    82     pyramid_es
    82     pyramid_es
    83 {%- endif %}
    83 {%- endif %}
    84     pyramid_fanstatic
    84     pyramid_fanstatic
    85     pyramid_ipython
    85     pyramid_ipython
    86     pyramid_retry
    86     pyramid_retry