{{cookiecutter.project_slug}}/buildout.cfg
changeset 45 bad5178f7035
parent 27 610088bc5214
child 47 6e17adb23518
equal deleted inserted replaced
44:89ed11ad2364 45:bad5178f7035
    37 {%- if cookiecutter.use_oracle.lower() in ('true','on','yes','1') %}
    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 in ('true','on','yes','1') %}
    42 {%- if cookiecutter.use_postgresql.lower() in ('true','on','yes','1') %}
    43     psycopg2
    43     psycopg2
    44 {%- endif %}
    44 {%- endif %}
    45     pyams_alchemy
    45     pyams_alchemy
       
    46 {%- if cookiecutter.use_elasticsearch_apm.lower() in ('true','on','yes','1') %}
       
    47     pyams_apm
       
    48 {%- endif %}
    46     pyams_catalog
    49     pyams_catalog
    47     pyams_content
    50     pyams_content
    48 {%- if cookiecutter.use_elasticsearch in ('true','on','yes','1') %}
    51 {%- if cookiecutter.use_elasticsearch.lower() in ('true','on','yes','1') %}
    49     pyams_content_es
    52     pyams_content_es
    50 {%- endif %}
    53 {%- endif %}
    51     pyams_file
    54     pyams_file
    52     pyams_form
    55     pyams_form
    53     pyams_i18n
    56     pyams_i18n
    54 {%- if cookiecutter.use_ldap in ('true','on','yes','1') %}
    57 {%- if cookiecutter.use_ldap.lower() in ('true','on','yes','1') %}
    55     pyams_ldap
    58     pyams_ldap
    56 {%- endif %}
    59 {%- endif %}
    57     pyams_mail
    60     pyams_mail
    58     pyams_media
    61     pyams_media
    59     pyams_notify
    62     pyams_notify
    76 {%- endif %}
    79 {%- endif %}
    77     pyramid
    80     pyramid
    78     pyramid_beaker
    81     pyramid_beaker
    79     pyramid_chameleon
    82     pyramid_chameleon
    80     pyramid_debugtoolbar
    83     pyramid_debugtoolbar
    81 {%- if cookiecutter.use_elasticsearch in ('true','on','yes','1') %}
    84 {%- if cookiecutter.use_elasticsearch.lower() in ('true','on','yes','1') %}
    82     pyramid_es
    85     pyramid_es
    83 {%- endif %}
    86 {%- endif %}
    84     pyramid_fanstatic
    87     pyramid_fanstatic
    85     pyramid_ipython
    88     pyramid_ipython
    86     pyramid_retry
    89     pyramid_retry